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 💰
- Host: GitHub
- URL: https://github.com/vantaboard/dotfiles-unix
- Owner: vantaboard
- Created: 2022-06-05T01:11:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-08T17:50:18.000Z (7 months ago)
- Last Synced: 2025-11-08T19:20:34.018Z (7 months ago)
- Topics: dotfiles, linux, macos, unix
- Language: Lua
- Homepage:
- Size: 3.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```