- Vim (text editor):
vimrc
. - Tmux (terminal multiplexer):
tmux.conf
. - Zsh (interactive shell):
zshrc
. - Ack/The silver searcher (code search tool):
ackrc
. - Tig (git client):
tigrc
. - Mutt (email client):
muttrc
. - Readline config:
inputrc
.
Note: I'm using GNOME terminal with the base16-dracula
theme as
terminal emulator.
Please, don't blindly use these dotfiles unless you know what that entails!
Ruby (rake
) is required in order to execute the installation scripts.
$ mkdir ~/workspace
$ git clone https://github.com/danguita/dotfiles.git ~/workspace/dotfiles
$ cd ~/workspace/dotfiles
$ rake install
$ rake update
rake dotfiles:install # Install dotfiles
rake dotfiles:update # Update dotfiles
rake install # Install dotfiles and related libraries
rake shell:install # Install Oh-My-Zsh and change default shell
rake shell:update # Update Oh-My-Zsh
rake update # Update dotfiles, vim and shell libraries
rake vim:install # Install Vim plugins
rake vim:update # Update Vim plugins
Any feedback is more than welcomed.
This is just configuration files, feel free to use any of them.