Skip to content

Latest commit

 

History

History
93 lines (68 loc) · 2.19 KB

File metadata and controls

93 lines (68 loc) · 2.19 KB

dotfiles

managed by the GNU stow symlink farm. stow is generally available on most *BSD platforms

for setup on windows, use wsl

yggdrasil

img/desktop.jpeg

editor
emacs
shell
fish
terminal
ghostty
installed packages and applications

edifice

img/windows.jpeg

editor
emacs
shell
ps
terminal
windows terminal
installed packages and applications
  • wino mail
  • keyguard
  • fork
  • nanazip
  • foobar2000
  • nicotine+
  • winscp ftp client
  • jpegview
  • mpc-hc

firefox extensions

Quick tips:

don’t symlink entire emacs.d folder, only symlink files

stow -t "$HOME" --no-folding emacs

don’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

homebrew

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"

Node

https://www.johnpapa.net/node-and-npm-without-sudo/