Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willnorris/dotfiles
My personal ~/.dotfiles
https://github.com/willnorris/dotfiles
dotfiles
Last synced: 2 months ago
JSON representation
My personal ~/.dotfiles
- Host: GitHub
- URL: https://github.com/willnorris/dotfiles
- Owner: willnorris
- License: 0bsd
- Created: 2009-05-14T07:27:01.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T03:40:32.000Z (3 months ago)
- Last Synced: 2024-10-14T15:44:20.702Z (3 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 1.86 MB
- Stars: 31
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# willnorris/dotfiles
This repository contains my dotfiles for various applications.
Installation of these files is managed by [rcm],
which I've actually bundled as part of my dotfiles in the [vendor/rcm] directory.[rcm]: https://github.com/thoughtbot/rcm
[vendor/rcm]: ./vendor/rcmTo set up a new host:
- `git clone https://github.com/willnorris/dotfiles $HOME/.dotfiles`
- `./.dotfiles/install.sh`## Work dotfiles
I have a separate set of dotfiles for my work machines.
They include things like additional shell aliases and configuration files for internal tools.- `git clone [email protected]:willnorris/work-dotfiles ~/.work-dotfiles`
- update `~/.config/rcm/rcrc` to include:DOTFILES_DIRS="${HOME}/.dotfiles ${HOME}/.work-dotfiles"
`rcup` will now install my work-specific dotfiles alongside my regular ones.
## Vendored tools and scripts
Some tools and scripts are directly imported from other locations.
They can be found in the [vendor](vendor) directory along with their individual licenses.