https://github.com/tomwhite/dotfiles
My unix dotfiles
https://github.com/tomwhite/dotfiles
bash-hacks bashrc
Last synced: about 1 month ago
JSON representation
My unix dotfiles
- Host: GitHub
- URL: https://github.com/tomwhite/dotfiles
- Owner: tomwhite
- Created: 2014-01-27T13:53:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T11:24:19.000Z (over 4 years ago)
- Last Synced: 2025-01-17T21:43:52.894Z (12 months ago)
- Topics: bash-hacks, bashrc
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dotfiles
========
My custom dotfiles.
Installation
------------
```bash
git clone https://github.com/tomwhite/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh
```
Acknowledgements
----------------
The code is based on this article: http://blog.smalleycreative.com/tutorials/using-git-and-github-to-manage-your-dotfiles/