From 8b3b5d1b23c624c5bb1ab1b1f1f95309ec7fd27a Mon Sep 17 00:00:00 2001 From: whoami Date: Sun, 5 Jan 2025 15:16:58 +0000 Subject: [PATCH] fix: unix bootstrap symlink --- bootstrap/set_symlink_unix.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/set_symlink_unix.bash b/bootstrap/set_symlink_unix.bash index f693c70..faeb3a8 100644 --- a/bootstrap/set_symlink_unix.bash +++ b/bootstrap/set_symlink_unix.bash @@ -17,7 +17,7 @@ ln -sf $DOTFILES/common/glow.yaml ~/.config/glow/config.yml ln -sf $DOTFILES/common/haskeline ~/.haskeline ln -sf $DOTFILES/common/ideavimrc $XDG_CONFIG_HOME/ideavim/ideavimrc ln -sf $DOTFILES/common/lesskey $XDG_CONFIG_HOME/lesskey -ln -sf $DOTFILES/common/npmrc $NPM_CONFIG_USERCONFIG +# ln -sf $DOTFILES/common/npmrc $NPM_CONFIG_USERCONFIG ln -sf $DOTFILES/common/NuGet.Config $XDG_CONFIG_HOME/NuGet/NuGet.Config ln -sf $DOTFILES/common/obsidian.vimrc $HOME/Obsidian/.obsidian.vimrc ln -sf $DOTFILES/common/pip.conf $XDG_CONFIG_HOME/pip/pip.conf @@ -32,7 +32,7 @@ ln -sf $DOTFILES/tools/yazi/config/yazi.toml ~/.config/yazi/yazi.toml ln -sf $DOTFILES/tools/fish ~/.config -if [ $(uname) = "Darwin"]; then +if [ $(uname) = "Darwin" ]; then mkdir -p ~/.config/karabiner $XDG_CONFIG_HOME/skhd $XDG_CONFIG_HOME/yabai $XDG_CONFIG_HOME/sketchybar ln -sf $DOTFILES/platforms/mac/karabiner/karabiner.json ~/.config/karabiner/karabiner.json ln -sf $DOTFILES/platforms/mac/skhdrc $XDG_CONFIG_HOME/skhd/skhdrc