my linux environment (dotfiles)
This repository has been archived on 2023-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
reese sapphire 968712eb10 clean up config and scripts 2023-07-15 19:10:16 -05:00
.age update scripts, eww, ssh. add cryptographic assets. 2023-04-16 21:14:15 -05:00
.autorandr fix autorandr profile. change fish colors to 16 terminal colors. change i3 shortcut modifier to super. 2023-04-28 13:12:31 -05:00
.config clean up config and scripts 2023-07-15 19:10:16 -05:00
.local/share/pa too many changes to count 2023-05-26 15:36:00 -05:00
.ssh clean up config and scripts 2023-07-15 19:10:16 -05:00
.termux add termux font and ssh pubkey 2023-05-29 17:37:50 -05:00
docker fix autorandr profile. change fish colors to 16 terminal colors. change i3 shortcut modifier to super. 2023-04-28 13:12:31 -05:00
etc odds and ends 2023-07-09 23:56:21 -05:00
scripts clean up config and scripts 2023-07-15 19:10:16 -05:00
.Xmodmap add comment to .Xmodmap to explain what it does 2023-05-30 12:53:44 -05:00
.bash_aliases tilde has evolved! 2023-07-13 14:56:31 -05:00
.editorconfig in the beginning there was some garbage 2023-01-18 02:01:33 -06:00
.gitconfig odds and ends 2023-07-09 23:56:21 -05:00
.gitignore whatever 2023-03-11 16:10:19 -06:00
.gitinclude spring cleaning 2023-04-02 22:04:03 -05:00
.nanorc in the beginning there was some garbage 2023-01-18 02:01:33 -06:00
.profile transition to wayland 2023-07-09 23:41:47 -05:00
cat.cow in the beginning there was some garbage 2023-01-18 02:01:33 -06:00
readme.md add installer script. modify .profile 2023-06-26 13:40:36 -05:00

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.