Skip to content

thiagotnunes/dots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are the dotfiles I use.

Installation

  • Clone the repository into your home directory.
  • Move, if it exists and you want to keep your configurations, your current .bash_profile to .bash_profile.local
  • Link the .bash_profile to the bash_profile inside the cloned repo (ln -s <CLONED_DIR>/bash/bash_profile .bash_profile)
  • Link the .vim to the vim inside the cloned repo (ln -s <CLONED_DIR>/vim .vim)
  • Link the .vimrc to the vimrc inside the cloned repo (ln -s <CLONED_DIR>/vim/vimrc .vimrc)
  • Link the .emacs.d to the emacs inside the cloned repo (ln -s <CLONED_DIR>/emacs .emacs.d)

Dependencies

  • It uses brew for autocompletion
  • It aliases some binaries to shorter names, like git (g), rails (r), bundle (b), vim (vi)

About

Let's get our home organized

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.9%
  • Vim Script 12.9%
  • Emacs Lisp 9.2%