add both karabiner config files
This commit is contained in:
parent
857516bdfa
commit
614b2fd78f
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ mkdir -p "$XDG_CONFIG_HOME"/alacritty
|
||||||
mkdir -p "$XDG_CONFIG_HOME"/alacritty/themes/themes
|
mkdir -p "$XDG_CONFIG_HOME"/alacritty/themes/themes
|
||||||
|
|
||||||
# Curl alacritty cappuccin-macchiato theme
|
# 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
|
# Install brew
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
/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/bashrc" "$HOME"/.bashrc
|
||||||
ln -sf "$PWD/tmux.conf" "$HOME"/.tmux.conf
|
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/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
|
ln -sf "$PWD/starship.toml" "$XDG_CONFIG_HOME"/starship.toml
|
||||||
|
|
||||||
# Install firefox addons (bitwarden, ublock, vimium, pocket)
|
# Install firefox addons (bitwarden, ublock, vimium, pocket)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue