Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voter101/.dotfiles
My collection of dotfiles
https://github.com/voter101/.dotfiles
Last synced: about 2 months ago
JSON representation
My collection of dotfiles
- Host: GitHub
- URL: https://github.com/voter101/.dotfiles
- Owner: voter101
- Created: 2014-09-08T08:53:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T00:04:13.000Z (10 months ago)
- Last Synced: 2024-04-18T09:52:57.471Z (9 months ago)
- Language: Lua
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles installation
On fresh system:
```
git clone --separate-git-dir=$HOME/.dotfiles [email protected]:voter101/.dotfiles.git ~
```On not-so-fresh system:
```
git clone --separate-git-dir=$HOME/.dotfiles [email protected]:voter101/.dotfiles.git tmpdotfiles && rsync --recursive --verbose --exclude '.git' tmpdotfiles/ $HOME/ && rm -r tmpdotfiles
```
## Alias for commands```
alias dotfiles='$(which git) --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
```## Other config commands
```
dotfiles config --local status.showUntrackedFiles no
```