Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```