An open API service indexing awesome lists of open source software.

https://github.com/devigned/dotfiles

dotfiles that help me get stuff done
https://github.com/devigned/dotfiles

Last synced: 6 months ago
JSON representation

dotfiles that help me get stuff done

Awesome Lists containing this project

README

          

# dotfiles
dotfiles that help me get stuff done

## Consumption
1) Clone to your home directory.
```
cd ~
git clone https://github.com/devigned/dotfiles .dotfiles
```
2) Source init in your `.bash_profile`
```
echo "[ -f ~/.dotfiles/init ] && source ~/.dotfiles/init" >> .profile
```
You may also need to source your `.bash_profile` elsewhere, like in `.bashrc`.
3) Add an include in your `.gitconfig`
```
cat >> .gitconfig <