.age | ||
.autorandr | ||
.config | ||
.local/share/pa | ||
.ssh | ||
.termux | ||
docker | ||
etc | ||
scripts | ||
.bash_aliases | ||
.editorconfig | ||
.gitconfig | ||
.gitignore | ||
.gitinclude | ||
.nanorc | ||
.profile | ||
.Xmodmap | ||
cat.cow | ||
readme.md |
the zen garden that is my arch linux environment.
it's a continuation of ye olde repo but with less clutter. the readme became too information-heavy to keep up to date and the commit history too massive.
please do hit me up if you want to talk about anything you find here!
structure
this repo exists at my home directory (/home/reese/
aka ~
, hence this repo's name) on my laptop, phone, and workstation. i only use the GUI stuff on my laptop.
font
the monospace font i use everywhere is Berkeley Mono (paid) patched with Nerd Fonts. i like it because it's easy on my eyes, and its squarishness reminds me of Shin Go which is used a lot by nintendo and other japanese video game studios.
installation
- download
scripts/tilde_install
from this repo - open a terminal
- cd to where you want the dotfiles installed (most likely your home dir
~
) - run the script!
or use this unsafe but convenient one-liner :P
curl -sSL https://git.cyberia.club/reese/tilde/raw/branch/main/scripts/tilde_install | sh
WARNING: it will overwrite any existing files in the chosen location that have the same name as files in the repo.
you're responsible for installing any packages used and configured by these here dotfiles.