brew install stow asdf zsh ripgrep
brew install --cask alacritty
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-mocha.toml
Install Fira Code font.
-
MacOs:
brew tap homebrew/cask-fonts brew install --cask font-fira-code
-
Linux (Ubuntu based):
sudo apt install fonts-firacode
- keybindings
SUPER r ReloadConfiguration SUPER+SHIFT [ ActivateTabRelative=-1 SUPER+SHIFT ] ActivateTabRelative=1 CTRL+SHIFT X ActivateCopyMode y CopyExitCopyMode CTRL+SHIFT X ActivateCopyMode CTRL+SHIFT Z ActivateQuickSelectMode CTRL+SHIFT+ALT " SplitVertical={domain="CurrentPaneDomain"} CTRL+SHIFT+ALT % SplitHorizontal={domain="CurrentPaneDomain"} CTRL+SHIFT LeftArrow ActivatePaneDirection="Left" CTRL+SHIFT RightArrow ActivatePaneDirection="Right"
-
Plugin management with tpm
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
-
Keybindings:
Mainly provided by tmux sensible plugin.
# prefix ` # prefix2 C-g ALT + h previous-window ALT + l next-window prefix + h select-pane -L prefix + l select-pane -R