Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 259 Bytes

DEPENDENCIES.md

File metadata and controls

26 lines (18 loc) · 259 Bytes

Dependencies that need to be installed before installing dotfiles

Git

sudo apt install git

Vim

sudo apt install vim exuberant-ctags

Zsh

sudo apt install zsh
chsh -s $(which zsh)

Tmux

sudo apt install tmux