From 3c53f6ce3ea1df5fcba29ddbbc56e1c8de8e640a Mon Sep 17 00:00:00 2001 From: benj Date: Thu, 14 Aug 2025 14:04:08 -0700 Subject: md -> org --- README.md | 101 ----------------------------------------------------------- README.org | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+), 101 deletions(-) delete mode 100644 README.md create mode 100644 README.org diff --git a/README.md b/README.md deleted file mode 100644 index ade99a1..0000000 --- a/README.md +++ /dev/null @@ -1,101 +0,0 @@ -# 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 - -## Things to do - -### $PROJ_DIR/scripts - -General scripts should be installed/symlinked into `/usr/local/bin` - -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 -``` - -### 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. - -_TODO_ - -#### Suggested Applications - -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 ;) - -**From the package manager**: -autoconf -automake -binutils -bash -clojure -cmake -docker -docker-compose -dropbox -emacs-git -firefox -gcc -gcc-libs -gdb -ghc -gimp -git -glibc -go -grep -gzip -htop -jdk8-openjdk -jq -keychain -less -libreoffice-fresh -libtool -nasm -npm -openssh -pass -patchelf -python -python-pip -rsync -sbcl -sbt -scala -screen -texlive-core -vim -xsel - -**Self managed /usr/local**: -arcanist -libphutil - -**ArchLinux specific**: -alsa-utils -bluez-utils -broadcom-wl -chromium -chromium-widevine -cower -intel-ucode (for macbookpro) -mbpfan-git -networkmanager -pepper-flash -tzupdate -wpa_supplicant - -**Gnome Specific** -boabab - -#### Monospaced fonts I like -[Adobe Source Code Pro](https://github.com/adobe-fonts/source-code-pro) diff --git a/README.org b/README.org new file mode 100644 index 0000000..625e6ef --- /dev/null +++ b/README.org @@ -0,0 +1,103 @@ +* 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 + +** Things to do + +*** $PROJ_DIR/scripts + +General scripts should be installed/symlinked into =/usr/local/bin= + +i3blocks scripts should be installed/symlinked into =/usr/local/i3blocks/= + +#+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 +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. + +_TODO_ + +**** Suggested Applications + +These application packages are based on the packages from [archlinux.org]([[https://www.archlinux.org/packages/]]). Each distro will vary. + +#+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 +automake +binutils +bash +clojure +cmake +docker +docker-compose +dropbox +emacs-git +firefox +gcc +gcc-libs +gdb +ghc +gimp +git +glibc +go +grep +gzip +htop +jdk8-openjdk +jq +keychain +less +libreoffice-fresh +libtool +nasm +npm +openssh +pass +patchelf +python +python-pip +rsync +sbcl +sbt +scala +screen +texlive-core +vim +xsel + +**Self managed /usr/local**: +arcanist +libphutil + +**ArchLinux specific**: +alsa-utils +bluez-utils +broadcom-wl +chromium +chromium-widevine +cower +intel-ucode (for macbookpro) +mbpfan-git +networkmanager +pepper-flash +tzupdate +wpa_supplicant + +**Gnome Specific** +boabab + +**** Monospaced fonts I like +[Adobe Source Code Pro](https://github.com/adobe-fonts/source-code-pro) -- cgit v1.2.3