https://github.com/extrawurst/dotfiles
https://github.com/extrawurst/dotfiles
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/extrawurst/dotfiles
- Owner: extrawurst
- Created: 2026-04-11T09:54:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-20T08:41:48.000Z (about 1 month ago)
- Last Synced: 2026-05-20T12:31:58.689Z (about 1 month ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## required tools
* antidote (oh my zsh plugin manager)
* starship
* eza
* zoxide
* git-credential-manager
* fzf
## setup
```sh
git clone --bare https://github.com/extrawurst/dotfiles.git ~/.dotfiles
# Temporarily define the alias
alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no
```