diff options
| author | benj <benj@rse8.com> | 2025-08-14 14:04:08 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2025-08-14 14:04:08 -0700 |
| commit | 3c53f6ce3ea1df5fcba29ddbbc56e1c8de8e640a (patch) | |
| tree | 017360910f8e0768987ede516ae0f11c80ea7521 /README.org | |
| parent | 38d04471f79d648193b6f850bd6dc592d1403fce (diff) | |
| download | setup-3c53f6ce3ea1df5fcba29ddbbc56e1c8de8e640a.tar setup-3c53f6ce3ea1df5fcba29ddbbc56e1c8de8e640a.tar.gz setup-3c53f6ce3ea1df5fcba29ddbbc56e1c8de8e640a.tar.bz2 setup-3c53f6ce3ea1df5fcba29ddbbc56e1c8de8e640a.tar.lz setup-3c53f6ce3ea1df5fcba29ddbbc56e1c8de8e640a.tar.xz setup-3c53f6ce3ea1df5fcba29ddbbc56e1c8de8e640a.tar.zst setup-3c53f6ce3ea1df5fcba29ddbbc56e1c8de8e640a.zip | |
Diffstat (limited to '')
| -rw-r--r-- | README.org (renamed from README.md) | 36 |
1 files changed, 19 insertions, 17 deletions
@@ -1,35 +1,37 @@ -# Setup +* Setup Run setup.sh for a bare minimal setup. -## Local Enviornment -`.bash_profile` loads `.bash_profile.local` to keep a private local environment -`.bashrc` loads `.bashrc.local` to keep a private local environment +** Local Enviornment +=.bash_profile= loads =.bash_profile.local= to keep a private local environment +=.bashrc= loads =.bashrc.local= to keep a private local environment -## Things to do +** Things to do -### $PROJ_DIR/scripts +*** $PROJ_DIR/scripts -General scripts should be installed/symlinked into `/usr/local/bin` +General scripts should be installed/symlinked into =/usr/local/bin= -i3blocks scripts should be installed/symlinked into `/usr/local/i3blocks/` +i3blocks scripts should be installed/symlinked into =/usr/local/i3blocks/= -``` -for i in $(ls ~/.setup/configs/i3/i3blocks/scripts); do sudo ln -s ~/.setup/configs/i3/i3blocks/scripts/$i $i; done -``` +#+begin_src bash + $ for i in $(ls ~/.setup/configs/i3/i3blocks/scripts); do sudo ln -s ~/.setup/configs/i3/i3blocks/scripts/$i $i; done +#+end_src -### Udev Rules +*** Udev Rules https://wiki.archlinux.org/index.php/Udev -When using i3wm, it's nice to have external displays automatically detected. Since /sys isn't a real filesystem, inotifywait has no guarantees. Thus, we write a udev rule which points to our `$PROJ_DIR/i3/format_displays.sh` script. +When using i3wm, it's nice to have external displays automatically detected. Since /sys isn't a real filesystem, inotifywait has no guarantees. Thus, we write a udev rule which points to our =$PROJ_DIR/i3/format_displays.sh= script. _TODO_ -#### Suggested Applications +**** Suggested Applications -These application packages are based on the packages from [archlinux.org](https://www.archlinux.org/packages/). Each distro will vary. +These application packages are based on the packages from [archlinux.org]([[https://www.archlinux.org/packages/]]). Each distro will vary. -> Note for ArchLinux users: Not all these packages are available from the standard repos. `cower` is recommended as a great lookup, discovery, and download tool, so you don't need to remember the entire snapshot URL ;) +#+begin_quote +Note for ArchLinux users: Not all these packages are available from the standard repos. =cower= is recommended as a great lookup, discovery, and download tool, so you don't need to remember the entire snapshot URL ;) +#+end_quote **From the package manager**: autoconf @@ -97,5 +99,5 @@ wpa_supplicant **Gnome Specific** boabab -#### Monospaced fonts I like +**** Monospaced fonts I like [Adobe Source Code Pro](https://github.com/adobe-fonts/source-code-pro) |
