Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gateixeira/.dotfiles
https://github.com/gateixeira/.dotfiles
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gateixeira/.dotfiles
- Owner: gateixeira
- Created: 2023-11-26T15:49:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T17:25:31.000Z (about 1 year ago)
- Last Synced: 2023-11-27T17:38:52.519Z (about 1 year ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
## Config on a new machine
```
git clone --bare https://github.com/gateixeira/.dotfiles.git $HOME/.dotfiles
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles config --local status.showUntrackedFiles no
dotfiles checkout
```