Skip to content

astrobdr/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

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.

  1. ctrl-r history search
  2. tmux mouse mode enabled
  3. tmux pane navigation with ctrl-hjkl or alt-hjkl
  4. tmux copy mode with v and y
  5. zsh autosuggestions

thats more or less it. follow the instructions below to install and setup.

macOS

brew install fzf tmux
brew install zsh-autosuggestions

linux

sudo apt-get install fzf tmux

setup

ln -sf ~/repos/dotfiles/zshrc ~/.zshrc
ln -sf ~/repos/dotfiles/tmux.conf ~/.tmux.conf

For iTerm2

  • need to enable mouse reporting in iTerm2 settings
  • Preferences ▸ Profiles ▸ Terminal ▸ Enable mouse reporting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages