Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterhajas/dotfiles
If you see a setting, they blew it
https://github.com/peterhajas/dotfiles
Last synced: 9 days ago
JSON representation
If you see a setting, they blew it
- Host: GitHub
- URL: https://github.com/peterhajas/dotfiles
- Owner: peterhajas
- Created: 2014-04-24T06:09:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T04:03:36.000Z (13 days ago)
- Last Synced: 2024-10-30T07:14:05.455Z (13 days ago)
- Language: Lua
- Homepage:
- Size: 1.69 MB
- Stars: 76
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome - peterhajas/dotfiles - If you see a setting, they blew it (others)
README
# phajas dotfiles
## rocking since 2014
A "dotfile" is a configuration file for a computer program.
I have a bunch of these. They all live here.
## Install
1. Clone this repository into your home directory:
cd
git clone https://github.com/peterhajas/dotfiles.git2. Go to the `dotfiles` directory:
cd dotfiles
3. Run `update.sh`. You may need to give it proper permissions:
cd dotfiles
chmod a+x update.sh
sh update.shThat's it! If you had any configuration files, `stow` should leave them alone and not stomp on them. If you'd like to uninstall specific apps, you can do so by running `stow -D APPNAME` in the `dotfiles` directory. To install them again, run `stow APPNAME`.
Questions? Comments? `emacs`? I'm [@peterhajas](http://twitter.com/peterhajas).