My terminal configuration - designed to be minimal yet helpful. We don't need to throw hundreds of plugins at the wall to use a terminal, but we can make life a bit easier.
- Managed via GNU Stow
- Compatible with Linux & MacOS
- Includes configuration for:
zsh,p10k,tmux, andneovim
Snippet to populate configuration files:
cd ~
brew install stow
git clone git@github.com:Jellayy/dotfiles.git && cd dotfiles
stow .- Minimal
powerlevel10ktheme zinitfor plugin managementzsh-vi-modepluginzsh-syntax-highlightingandzsh-autosuggestionsplugins- File-based persistent history
- Changed prefix to:
ctrl+space - Bound
ctrl+hjklto pane navigation - Set window index to start at
1 - Set new panes to open in current directory
- Install
minimal-tmux-statustheme viatpm
-
Install tmux & tpm
brew install tmux git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm tmux tmux source ~/.config/tmux/tmux.conf
-
Fetch TPM Plugins by pressing
prefix+Iwhile in tmux
telescopebest nvim plugin ever madeneo-treebecause netrw suckswhich-keybecause I can't remember my own keybinds
- Minimal customizations to match the
github-dark-colorblindtheme