https://github.com/ethack/dotfiles
https://github.com/ethack/dotfiles
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethack/dotfiles
- Owner: ethack
- Created: 2020-05-20T18:00:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T21:41:31.000Z (about 6 years ago)
- Last Synced: 2025-06-04T21:45:48.607Z (about 1 year ago)
- Language: Shell
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
```bash
git clone --recursive https://github.com/ethack/dotfiles.git
cd dotfiles
apt install stow
stow bin
stow editor
stow git
stow shell
stow zsh
apt install zsh
chsh -s $(which zsh)
```
No need to do anything special with zsh. Plugins will be downloaded on first run.
`zgen update` to update plugins
`zgen selfupdate` to update zgen