Configuration files for zsh, bash, vim, tmux, git, Sublime Text 3, and VSCode
Install necessary dependencies
$ sudo apt update && sudo apt install -y git curl wget vim zsh tmux
$ # or for full system setup:
$ ./scripts/bootstrap_ubuntu.sh
Clone the git repository:
$ git clone https://github.com/nirantak/dotfiles.git ~/dotfiles
Install additional software
- Sublime Text 3
- Visual Studio Code
- Oh-my-zsh
- Vundle
- Powerline
- Powerline Fonts
- powerlevel9k
- zsh-autosuggestions
- zsh-syntax-highlighting
Run the setup script
$ bash ~/dotfiles/make.sh
Old dotfiles are backed up in ~/dotfiles/dotfiles_old
- Zsh
- Bash
- Vim
- GitHub dotfiles
- Mathias Bynens' dotfiles