From 0fd327ab9e85e50be6cbcf57af8e598ff8aa440b Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 4 Dec 2022 20:15:24 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 40e6688..46323e6 100644 --- a/install.sh +++ b/install.sh @@ -63,7 +63,6 @@ handle_file_ln() { $MKDIR -p "$($DIRNAME "$2")" $LN -sf "$1" "$2" } -handle_file_ln "/Users/ivuorinen/.dotfiles/Brewfile" "/Users/ivuorinen/.Brewfile" handle_file_ln "/Users/ivuorinen/.dotfiles/alias" "/Users/ivuorinen/.alias" handle_file_ln "/Users/ivuorinen/.dotfiles/bash_profile" "/Users/ivuorinen/.bash_profile" handle_file_ln "/Users/ivuorinen/.dotfiles/bashrc" "/Users/ivuorinen/.bashrc" @@ -73,7 +72,6 @@ handle_file_ln "/Users/ivuorinen/.dotfiles/config/git/config" "/Users/ivuorinen/ handle_file_ln "/Users/ivuorinen/.dotfiles/config/git/gitignore" "/Users/ivuorinen/.config/git/gitignore" handle_file_ln "/Users/ivuorinen/.dotfiles/git_profiles" "/Users/ivuorinen/.git_profiles" handle_file_ln "/Users/ivuorinen/.dotfiles/huskyrc" "/Users/ivuorinen/.huskyrc" -handle_file_ln "/Users/ivuorinen/.dotfiles/install.sh" "/Users/ivuorinen/.install.sh" handle_file_ln "/Users/ivuorinen/.dotfiles/local/bin/x-open-ports" "/Users/ivuorinen/.local/bin/x-open-ports" handle_file_ln "/Users/ivuorinen/.dotfiles/vuerc" "/Users/ivuorinen/.vuerc" handle_file_ln "/Users/ivuorinen/.dotfiles/zshrc" "/Users/ivuorinen/.zshrc"