https://github.com/jelly/dotfiles
My Dotfiles
https://github.com/jelly/dotfiles
i3 mutt neomutt vim
Last synced: about 1 year ago
JSON representation
My Dotfiles
- Host: GitHub
- URL: https://github.com/jelly/dotfiles
- Owner: jelly
- Created: 2011-03-16T15:56:50.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T16:24:01.000Z (about 1 year ago)
- Last Synced: 2025-04-13T05:13:27.401Z (about 1 year ago)
- Topics: i3, mutt, neomutt, vim
- Language: Python
- Homepage:
- Size: 435 KB
- Stars: 64
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Jelly's Dotfiles
This git repo contains my dotfiles for popular software like mpv, vim, i3, newsbeuter and alacritty.
## Desktop
### Window Manager setup
* [i3](https://github.com/i3/i3/)
* [i3lock](https://github.com/i3/i3lock)
* [i3status](https://github.com/i3/i3status)
* [alacritty](https://github.com/alacritty/alacritty/)
* [rofi](https://github.com/davatorium/rofi)
* acpilight
* libpulse (for pactl)
* network-manager-applet (for nm-applet)
* zoxide
### Git setup
Global git ignore for taskell/custom run project scripts:
```sh
git config --global core.excludesfile ~/.globalgitignore
```