Skip to content

astrobdr/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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.

macOS

brew install fzf
brew install tmux
brew install zsh-autosuggestions
brew install neovim
curl -LsSf https://astral.sh/uv/install.sh | sh

linux (ubuntu)

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

setup

Just source the files from ~/.zshrc and ~/.tmux.conf

in ~/.zshrc

source ~/dotfiles/zshrc

in ~/.tmux.conf

source-file ~/dotfiles/tmux.conf

For iTerm2

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

Bash not supported

Install zsh pls (sudo apt-get install zsh). Then (sudo chsh -s $(which zsh) and re-open shell, sourcing wont change it)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published