Small collection of dotfiles (might contain some Debian-centric dependencies)
- Lua 100%
| home | Add whipper alias to .bashrc | |
| kitty | Update font configuration in Kitty | |
| ranger | Bypass URxvt pixmap transparency bug and add ESP-IDF paths | |
| wezterm | Add WezTerm config | |
| README.md | Initial commit | |
BluRaf's dotfiles
This repository stores configuration files used on my workstations.
Installation
$ cd ~/.config/
$ git init
$ git remote add origin https://github.com/BluRaf/dotfiles.git
$ git fetch origin
$ git checkout -b master --track origin/master
$ ln -s home/* ~