Skip to content

marceloexc/excverse

Repository files navigation

dotfiles

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 (useful for 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/

Firefox

Uses a custom userChrome.css which enables a lightweight vertical tabs setup using Sidebery

img/firefox1.png

img/firefox2.png

img/firefox3.png

DOOM Emacs

Uses a setup that pertains to features from the emacs-mac brew package.

img/emacs1.png

img/emacs2.png

img/emacs3.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published