From 614b2fd78f36a799d32debd987790b34bb790a5e Mon Sep 17 00:00:00 2001 From: Antoine Date: Fri, 22 Mar 2024 13:24:44 +0100 Subject: [PATCH] add both karabiner config files --- setup_macos | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup_macos b/setup_macos index 04b1d45..64ed911 100644 --- a/setup_macos +++ b/setup_macos @@ -11,7 +11,7 @@ mkdir -p "$XDG_CONFIG_HOME"/alacritty mkdir -p "$XDG_CONFIG_HOME"/alacritty/themes/themes # Curl alacritty cappuccin-macchiato theme -curl -LO --output-dir ~/.config/alacritty/themes/themes https://github.com/catppuccin/alacritty/raw/main/catppuccin-macchiato.toml +curl -LO --output-dir "$XDG_CONFIG_HOME"/alacritty/themes/themes https://github.com/catppuccin/alacritty/raw/main/catppuccin-macchiato.toml # Install brew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" @@ -44,6 +44,7 @@ ln -sf "$PWD/bash_profile" "$HOME"/.bash_profile ln -sf "$PWD/bashrc" "$HOME"/.bashrc ln -sf "$PWD/tmux.conf" "$HOME"/.tmux.conf ln -sf "$PWD/custom-capslock.json" "$XDG_CONFIG_HOME"/karabiner/complex_modifications/custom-capslock.json +ln -sf "$PWD/karabiner.json" "$XDG_CONFIG_HOME"/karabiner/karabiner.json ln -sf "$PWD/starship.toml" "$XDG_CONFIG_HOME"/starship.toml # Install firefox addons (bitwarden, ublock, vimium, pocket)