Ecosyste.ms: Awesome
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: 25 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T17:03:47.000Z (about 2 months ago)
- Last Synced: 2024-11-26T18:22:09.040Z (about 2 months ago)
- Topics: dotfiles, linux, macos, unix
- Language: Python
- Homepage:
- Size: 3.64 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 [email protected]:vantaboard/dotfiles-unix.git
```