Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

dotfiles linux macos unix

Last synced: 25 days 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 [email protected]:vantaboard/dotfiles-unix.git
```