Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/op/dotfiles
Here be kittens! 😽
https://github.com/op/dotfiles
dotfiles sway
Last synced: about 1 month ago
JSON representation
Here be kittens! 😽
- Host: GitHub
- URL: https://github.com/op/dotfiles
- Owner: op
- Created: 2022-03-22T13:11:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T22:09:05.000Z (2 months ago)
- Last Synced: 2024-10-24T06:46:49.573Z (2 months ago)
- Topics: dotfiles, sway
- Language: Shell
- Homepage:
- Size: 728 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/).
![Rosé Pine](https://github.com/op/dotfiles/raw/main/.dotfiles/assets/screenshot.png)
![Rosé Pine Dawn](https://github.com/op/dotfiles/raw/main/.dotfiles/assets/screenshot-dawn.png)## 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)