this is a really simple dotfiles setup for zsh, tmux, and fzf. It just has a few features that make terminal a happy place for me.
brew install fzf
brew install tmux
brew install zsh-autosuggestions
brew install neovim
curl -LsSf https://astral.sh/uv/install.sh | sh
sudo apt-get install fzf
sudo apt-get install tmux
sudo apt-get install zsh-autosuggestions
sudo apt-get install neovim
curl -LsSf https://astral.sh/uv/install.sh | sh
Just source the files from ~/.zshrc and ~/.tmux.conf
in ~/.zshrc
source ~/dotfiles/zshrc
in ~/.tmux.conf
source-file ~/dotfiles/tmux.conf
- need to enable mouse reporting in iTerm2 settings
- Preferences ▸ Profiles ▸ Terminal ▸ Enable mouse reporting
Install zsh pls (sudo apt-get install zsh). Then (sudo chsh -s $(which zsh) and re-open shell, sourcing wont change it)