Skip to content

marceloexc/dot

Repository files navigation

yggdrasil

img/desktop.jpeg

editor
emacs
shell
fish
terminal
ghostty

I’m using GNU stow for this

Quick tips:

  • Don’t symlink entire emacs.d folder, only symlink files
stow -t "$HOME" --no-folding emacs
  • Don’t track 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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors