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

https://github.com/vantaboard/dotfiles-unix

Steal my dotfiles, I dare you 💰
https://github.com/vantaboard/dotfiles-unix

dotfiles linux macos unix

Last synced: 2 months ago
JSON representation

Steal my dotfiles, I dare you 💰

Awesome Lists containing this project

README

          

# Initial setup

```bash
git init --bare $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
echo "alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'" >> $HOME/.zshrc
config remote add origin git@github.com:vantaboard/dotfiles-unix.git
```