https://github.com/bripkens/dotfiles
https://github.com/bripkens/dotfiles
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bripkens/dotfiles
- Owner: bripkens
- Created: 2013-11-18T19:23:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T18:50:10.000Z (over 5 years ago)
- Last Synced: 2025-04-13T19:57:55.440Z (about 1 year ago)
- Language: Shell
- Size: 166 KB
- Stars: 1
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Dotfiles
## Installation
I do not yet have enough experience with the one time setup scripts under `setup/`.
You should therefore cherry pick the things that you actually require.
The actual bash configuration can be linked in the following way:
```
git clone git@github.com:bripkens/dotfiles.git ~/.dotfiles
bash "~/.dotfiles/link"
```
## Inspiration
My dotfiles are heavily inspired by
[Mathias Bynens'](https://github.com/mathiasbynens/dotfiles) and
[Ben Alman's](https://github.com/cowboy/dotfiles) dotfiles
and many other great blog posts on the web. Thanks guys!