Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilpa/dotfiles
Simple dotfiles
https://github.com/neilpa/dotfiles
dotfiles shell vim
Last synced: 2 months ago
JSON representation
Simple dotfiles
- Host: GitHub
- URL: https://github.com/neilpa/dotfiles
- Owner: neilpa
- Created: 2014-10-31T00:10:17.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T19:45:33.000Z (over 1 year ago)
- Last Synced: 2023-08-11T02:27:52.665Z (over 1 year ago)
- Topics: dotfiles, shell, vim
- Language: C
- Homepage:
- Size: 9.84 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My simplified dotfiles.
WARNING - History has and may again be rewritten.
```sh
git clone [email protected]:neilpa/dotfiles.git ~/.config
~/.config/bootstrap.sh
```
The `bootstrap.sh` script symlinks files in `_home` and `_$(uname -s)` directories `` to `~`, prefixing with a dot. Everything else _should_ work as-is assuming conformance to default XDG `~/.config` directory.## shells
There are customizations in here for multiple shells. `.shrc` is the most portable and sourced by Bash and zsh config.
Where possible, the shell config will attempt to force XDG compliance to limit links into `~`. For example, customizing `VIMINIT`.