my linux environment (dotfiles)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
reese sapphire 968712eb10 clean up config and scripts 5 months ago
.age update scripts, eww, ssh. add cryptographic assets. 8 months ago
.autorandr fix autorandr profile. change fish colors to 16 terminal colors. change i3 shortcut modifier to super. 7 months ago
.config clean up config and scripts 5 months ago
.local/share/pa too many changes to count 6 months ago
.ssh clean up config and scripts 5 months ago
.termux add termux font and ssh pubkey 6 months ago
docker fix autorandr profile. change fish colors to 16 terminal colors. change i3 shortcut modifier to super. 7 months ago
etc odds and ends 5 months ago
scripts clean up config and scripts 5 months ago
.Xmodmap add comment to .Xmodmap to explain what it does 6 months ago
.bash_aliases tilde has evolved! 5 months ago
.editorconfig in the beginning there was some garbage 11 months ago
.gitconfig odds and ends 5 months ago
.gitignore whatever 9 months ago
.gitinclude spring cleaning 8 months ago
.nanorc in the beginning there was some garbage 11 months ago
.profile transition to wayland 5 months ago
cat.cow in the beginning there was some garbage 11 months ago
readme.md add installer script. modify .profile 5 months ago

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

  1. download scripts/tilde_install from this repo
  2. open a terminal
  3. cd to where you want the dotfiles installed (most likely your home dir ~)
  4. 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.