karabiner install

This commit is contained in:
Antoine 2024-03-22 12:11:21 +01:00
parent b281daed46
commit 857516bdfa

View file

@ -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