Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 961 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 961 Bytes

dotfiles

Zsh, tmux and other config files.

These are my personal dotfiles. Take anything you want, but at your own risk.

Tmux Screenshot

How to install

Install git and gnu stow.

Clone repo to a new machine and store it in ~/dotfiles.

git clone https://github.com/andrenbrandao/dotfiles.git ~/dotfiles

Run bootstrap.sh to symlink all the config with stow.

cd ~/dotfiles
./bootstrap.sh

References

How I set up my terminal: Terminal Setup with Zsh + Tmux + Dracula Theme

Articles and other links that helped me create these dotfiles.