add correct karabiner config
This commit is contained in:
parent
bea279fbb5
commit
cc97aaac79
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ export XDG_CONFIG_HOME="$HOME"/.config
|
|||
mkdir -p "$XDG_CONFIG_HOME"/bash
|
||||
mkdir -p "$XDG_CONFIG_HOME"/alacritty
|
||||
mkdir -p "$XDG_CONFIG_HOME"/alacritty/themes/themes
|
||||
mkdir -p "$XDG_CONFIG_HOME"/karabiner
|
||||
mkdir -p "$XDG_CONFIG_HOME"/karabiner/complex_modifications
|
||||
|
||||
# Curl alacritty cappuccin-macchiato theme
|
||||
curl -LO --output-dir ~/.config/alacritty/themes/themes https://github.com/catppuccin/alacritty/raw/main/catppuccin-macchiato.toml
|
||||
|
|
@ -42,7 +42,7 @@ ln -sf "$PWD/alacritty.toml" "$HOME"/.alacritty.toml
|
|||
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/karabiner.json" "$XDG_CONFIG_HOME"/karabiner/karabiner.json
|
||||
ln -sf "$PWD/custom-capslock.json" "$XDG_CONFIG_HOME"/karabiner/complex_modifications/custom-capslock.json
|
||||
ln -sf "$PWD/starship.toml" "$XDG_CONFIG_HOME"/starship.toml
|
||||
|
||||
# Install firefox addons (bitwarden, ublock, vimium, pocket)
|
||||
|
|
|
|||
Loading…
Reference in a new issue