https://github.com/op/dotfiles
Here be kittens! 😽
https://github.com/op/dotfiles
dotfiles sway
Last synced: 18 days ago
JSON representation
Here be kittens! 😽
- Host: GitHub
- URL: https://github.com/op/dotfiles
- Owner: op
- Created: 2022-03-22T13:11:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T07:02:57.000Z (about 1 year ago)
- Last Synced: 2025-03-13T08:19:33.124Z (about 1 year ago)
- Topics: dotfiles, sway
- Language: Shell
- Homepage:
- Size: 755 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Colors in [Rosé Pine](https://rosepinetheme.com/).


## Setup
```zsh
git clone --bare https://github.com/op/dotfiles.git ~/.dotgit
alias dot='git --work-tree $HOME --git-dir $HOME/.dotgit'
# restore files in ~
dot checkout
# do not show untracked files
dot config --local status.showUntrackedFiles no
# this gets zplug
apt install myrepos
mr checkout
```
### xdg directories
I keep my xdg home tidy.
```zsh
ls ~
bin doc README.md src var
```
Migrate to [this xdg schema](.dotfiles/user-dirs.dirs), run:
```zsh
python3 .dotfiles/xdg-setup.py
```
## Credits
Thanks for all the inspiration from loads of sources, including:
* [dln](https://github.com/dln/dotfiles)
* [lsjostro](http://github.com/lsjostro/dotfiles)
* [webcoyote](https://github.com/webcoyote/dotfiles)