Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```