managed by the GNU stow symlink farm. stow is generally available on most *BSD platforms
for setup on windows, use wsl
- editor
- emacs
- shell
- fish
- terminal
- ghostty
installed packages and applications
- fork
- virtualbuddy
- keka
- sketch
- rm2000 tape recorder
- nicotine+
- transmit ftp client
- netnewswire
- mona for mastodon
- hackit
- iina
- editor
- emacs
- shell
- ps
- terminal
- windows terminal
installed packages and applications
don’t symlink entire emacs.d folder, only symlink files
stow -t "$HOME" --no-folding emacsdon’t track emacs’ init.el after stowing it
git update-index --assume-unchanged emacs/.emacs.d/init.el- Don’t native compile elisp (ephemeral setups)
Touch a file titled .dir-locals.el with the contents of:
((nil . ((no-native-compile . t))))- Installing stuff without sudo privileges
git clone https://github.com/Homebrew/brew homebrew
eval "$(homebrew/bin/brew shellenv)"
brew update --force --quiet
chmod -R go-w "$(brew --prefix)/share/zsh"
