https://github.com/floehopper/dotfiles
Unix configuration files
https://github.com/floehopper/dotfiles
dotfiles shell unix
Last synced: about 2 months ago
JSON representation
Unix configuration files
- Host: GitHub
- URL: https://github.com/floehopper/dotfiles
- Owner: floehopper
- Created: 2011-11-19T15:14:31.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T17:06:21.000Z (over 1 year ago)
- Last Synced: 2025-02-22T18:19:53.114Z (over 1 year ago)
- Topics: dotfiles, shell, unix
- Language: Nix
- Homepage:
- Size: 163 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Initial setup
git clone --bare git@github.com:floehopper/dotfiles.git $HOME/.dotfiles
alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles checkout
## Ongoing management
Use `dotfiles` alias in place of `git` in `$HOME`, e.g.
dotfiles add new-file
dotfiles status
dotfiles commit
dotfiles push