Personal dotfiles for different applications in Unix-type OSs. The repository is designed to work using GNU Stow.
Zsh dotfiles have been used to work with Prezto.
Clone the repository
git clone git://github.com/mikeliturbe/dotfiles.git
Run stow from the dotfiles directory to create symbolic links to them in the parent directory. For example, with tmux:
stow tmux
With the -t option, you can set an specific target directory
stow -t ~ tmux
-
Install Zsh
-
Launch Zsh
zsh
-
Clone the Prezto repository
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
-
Set Zsh as default shell
chsh -s /bin/zsh
-
Run stow in the dotfile directory:
stow -t ~ zsh
-
Install Vim
-
Run stow in the dotfile directory:
stow -t ~ vim
-
Run viminstall.sh
- Zenburn color theme for Vim and Xfce4-Terminal
- Implicit
cd
- Some aliases
C-a
prefix- Plays nice with Vim splits when switching windows
- Disabled arrows
- Sensible buffer settings
jj
to return to normal mode- Set
<space>
as Leader - Some plugins (complete plugin list)
- NerdCommenter
- Syntastic
- Tabular
- Vimtex
- YouCompleteMe
- Run the
neovim_migration.sh
script (requires sudo privileges and it is designed to work in Ubuntu-based environments)
- Vi-mode bindings
jj
to return to normal mode- History substring search
- Zenburn theme
Some files in this repository include their own copyright and license headers. Anything else included in this repository is released under the terms specified in the LICENSE
file.