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
- Host: GitHub
- URL: https://github.com/devigned/dotfiles
- Owner: devigned
- License: mit
- Created: 2020-09-09T14:20:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T16:51:33.000Z (over 5 years ago)
- Last Synced: 2024-10-04T17:21:14.303Z (over 1 year ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 <