Skip to content

goomerko/dotfiles

 
 

Repository files navigation

@danguita's dotfiles

Overview of files

  • 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.

How does it look like?

Terminal overview

Note: I'm using GNOME terminal with the base16-dracula theme as terminal emulator.

Usage

Disclaimer

Please, don't blindly use these dotfiles unless you know what that entails!

Requirements

Ruby (rake) is required in order to execute the installation scripts.

Installation

$ mkdir ~/workspace
$ git clone https://github.com/danguita/dotfiles.git ~/workspace/dotfiles
$ cd ~/workspace/dotfiles
$ rake install

Update an existing install

$ rake update

All tasks

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

Feedback

Any feedback is more than welcomed.

License

This is just configuration files, feel free to use any of them.

About

My Unix environment

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Emacs Lisp 63.3%
  • Shell 19.9%
  • Ruby 16.8%