https://github.com/inyono/dotfiles
My public dotfiles
https://github.com/inyono/dotfiles
Last synced: 3 months ago
JSON representation
My public dotfiles
- Host: GitHub
- URL: https://github.com/inyono/dotfiles
- Owner: inyono
- Created: 2015-07-08T10:56:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-25T20:07:27.000Z (about 10 years ago)
- Last Synced: 2025-03-11T16:48:21.316Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 20.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# inyono's dotfiles
See [Awesome dotfiles](https://github.com/webpro/awesome-dotfiles) for resources on dotfiles.
Please not that these dotfiles are meant to be used with OS X. Do not expect them to work without change with another \*nix os or Windows.
## Installation
**Warning**. Use at your own risk! You should fork this repository, review the
code and remove stuff you do not want/need/understand.
Clone this repository wherever you want (I keep it in `~/.dotfiles` with an additional private repository `~/dotfiles-private`).
```
git clone https://github.com/inyono/dotfiles.git
```
Execute the bootstrap script.
```
cd dotfiles
sh bootfiles.sh
```
Use [GNU Stow](https://www.gnu.org/software/stow/) to manage the symlinks.
```
stow SUBDIRECTORY
```
More information: [Using GNU Stow to Manage Your Dotfiles](http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html)
## thanks
* [cowboy/sudo-keepalive-example.sh](https://gist.github.com/cowboy/3118588)
* [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)