Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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! 😽

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)