Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jelly/dotfiles
My Dotfiles
https://github.com/jelly/dotfiles
i3 mutt neomutt vim
Last synced: 14 days ago
JSON representation
My Dotfiles
- Host: GitHub
- URL: https://github.com/jelly/dotfiles
- Owner: jelly
- Created: 2011-03-16T15:56:50.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T08:13:34.000Z (5 months ago)
- Last Synced: 2024-10-10T18:58:28.229Z (4 months ago)
- Topics: i3, mutt, neomutt, vim
- Language: Vim Script
- Homepage:
- Size: 486 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
```