Skip to content

adrianbautista/dotfiles

Repository files navigation

Dependencies

Usage

Clone the repo into your home directory:

cd ~
git clone --recurse-submodules https://github.com/adrianbautista/dotfiles.git

Then execute the symlink script from the new dotfiles directory:

cd ~/dotfiles
./setup.sh

Edit the content of .user_variables and .user_gitconfig in the dotfiles directory to store sensitive user variables and keys:

# EXAMPLE .user_variables
export KEY=value
# EXAMPLE .user_gitconfig
[user]
  name = "Your Name"
  email = user@email.com

If using homebrew on Mac OSX:

brew bundle --file=~/dotfiles/Brewfile

Link the completions

brew completions link

About

My dotfiles for UNIX based software development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published