1
0
Fork
You've already forked dotfiles
0
Small collection of dotfiles (might contain some Debian-centric dependencies)
  • Lua 100%
Find a file
2026年01月13日 16:56:41 +01:00
home Add whipper alias to .bashrc 2023年11月10日 23:43:43 +01:00
kitty Update font configuration in Kitty 2023年11月10日 23:43:21 +01:00
ranger Bypass URxvt pixmap transparency bug and add ESP-IDF paths 2019年03月04日 21:34:01 +01:00
wezterm Add WezTerm config 2026年01月13日 16:56:41 +01:00
README.md Initial commit 2018年10月19日 22:14:35 +02:00

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/* ~