/dotfiles

Configuration files for vim, git, zsh and others

Primary LanguageShell

Prerequisites

Install the following programs before running this script:

  • iTerm2
  • stow (brew install stow)

Install

First, clone this repository at ~/ (otherwise you might have issues with stow):

cd ~/
git clone git@github.com:glaucocustodio/dotfiles.git

Then run the setup script:

cd ~/dotfiles
chmod +x script/setup
script/setup

Available make tasks

Once you change a dotfile at config/, the changes will automatically be reflected at the respective file in ~/ (because of the sym link).

If for some reason you wanna link the files again, run:

make update

To delete all dotfiles run:

make remove

Other useful apps

cross plataform

macOS only

Useful

You might also want to add Sublime Merge to $PATH: ln -s "/Applications/Sublime Merge.app/Contents/SharedSupport/bin/smerge" /usr/local/bin/merge

Acknowledgment