https://github.com/mmcdole/dots
dotfiles in all their glory
https://github.com/mmcdole/dots
Last synced: over 1 year ago
JSON representation
dotfiles in all their glory
- Host: GitHub
- URL: https://github.com/mmcdole/dots
- Owner: mmcdole
- Created: 2018-09-16T13:55:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T05:52:31.000Z (over 5 years ago)
- Last Synced: 2025-01-29T21:55:36.435Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 17.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: newsboat/.config/newsboat/config
Awesome Lists containing this project
README
### config items ###
| dir | description |
| ------------- | ------------- |
| bin | system automation scripts |
| dunst | notification daemon|
| git | global git config and aliases |
| i3 | i3 tiling window manager |
| ncspot | cli spotify client |
| newsboat | rss reader|
| picom | minimal composite manager |
| polybar | system bar |
| ranger | file browser|
| rofi | launcher |
| vim | best text editor |
| wallpaper | sick wallpapers |
| x11 | x windows config|
| zsh | zshell settings and config |
### install ###
the `dots` repo is cloned to `$HOME` and each item is installed using [gnu stow](http://www.gnu.org/software/stow/).
```bash
cd ~/dotfiles
stow bin
stow picom
stow git
stow i3
...
```
each directory that has been stowed has its contents linked to the `$HOME` directory while still being centrally located in my `$HOME/dotfiles` git repo.