karabiner install
This commit is contained in:
parent
b281daed46
commit
857516bdfa
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ export XDG_CONFIG_HOME="$HOME"/.config
|
||||||
mkdir -p "$XDG_CONFIG_HOME"/bash
|
mkdir -p "$XDG_CONFIG_HOME"/bash
|
||||||
mkdir -p "$XDG_CONFIG_HOME"/alacritty
|
mkdir -p "$XDG_CONFIG_HOME"/alacritty
|
||||||
mkdir -p "$XDG_CONFIG_HOME"/alacritty/themes/themes
|
mkdir -p "$XDG_CONFIG_HOME"/alacritty/themes/themes
|
||||||
mkdir -p "$XDG_CONFIG_HOME"/karabiner/complex_modifications
|
|
||||||
|
|
||||||
# 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 ~/.config/alacritty/themes/themes https://github.com/catppuccin/alacritty/raw/main/catppuccin-macchiato.toml
|
||||||
|
|
@ -34,6 +33,8 @@ cp init.lua "$XDG_CONFIG_HOME"/nvim/lua/user/init.lua
|
||||||
/opt/homebrew/bin/brew install --cask obsidian vlc firefox amethyst hiddenbar karabiner-elements bitwarden signal
|
/opt/homebrew/bin/brew install --cask obsidian vlc firefox amethyst hiddenbar karabiner-elements bitwarden signal
|
||||||
/opt/homebrew/bin/brew install tmux starship ripgrep lazygit bottom wireguard-go ffmpeg gh starship
|
/opt/homebrew/bin/brew install tmux starship ripgrep lazygit bottom wireguard-go ffmpeg gh starship
|
||||||
|
|
||||||
|
mkdir -p "$XDG_CONFIG_HOME"/karabiner/complex_modifications
|
||||||
|
|
||||||
# Change default shell to bash
|
# Change default shell to bash
|
||||||
chsh -s /bin/bash
|
chsh -s /bin/bash
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue