mar does dotfiles
Find a file
2024-02-05 18:10:04 -08:00
bin $ - make accidently pasted $'s still run 2024-01-30 17:59:17 -08:00
fish Add aliases 2024-02-04 21:19:24 -08:00
git Show stash in git status 2024-02-05 18:10:04 -08:00
homebrew 🐛 Fix all install errors 2024-02-03 20:03:19 -08:00
javascript 🍻 Attempting to fix things 2024-02-03 15:49:09 -08:00
node 🐛 Make Node.js stop showing false failure 2024-02-04 16:03:06 -08:00
os Add aliases 2024-02-04 21:19:24 -08:00
php Add in missing packages from dumped Brewfile 2024-02-04 17:40:39 -08:00
projects 🔥 Remove .EditorConfig 2024-02-04 17:29:08 -08:00
python 🛂 Make ruby/python installers executable 2024-02-04 18:58:43 -08:00
ruby 🛂 Make ruby/python installers executable 2024-02-04 18:58:43 -08:00
script 🚸 Add option to skip setting OS prefs in dot.fish 2024-02-04 20:28:16 -08:00
tmux 🩹 tmux conf fixes 2024-02-03 20:58:18 -08:00
vim Add in missing packages from dumped Brewfile 2024-02-04 17:40:39 -08:00
.gitignore 🎨 Install Prettier 2024-02-02 17:44:41 -08:00
.prettierrc 🎨 Install Prettier 2024-02-02 17:44:41 -08:00
LICENSE Initial commit 2024-01-21 12:00:17 -08:00
package-lock.json 🎨 Install Prettier 2024-02-02 17:44:41 -08:00
package.json 🎨 Install Prettier 2024-02-02 17:44:41 -08:00
README.md Use GPG to sign git commits 2024-02-04 20:28:59 -08:00

dotfiles

mar does dotfiles

Pre Install

macOS

  • Grant full disk access to iTerm2 (System Preferences -> Security & Privacy -> Full Disk Access -> + Add iTerm2)

Post Install

Casks

open /usr/local/Caskroom/windscribe/[#.#.#]/windscribeInstaller.app

iTerm2

Set iTerm2 to use the preferences folder ~/dotfiles/os/.

fish

fish_config theme save "Catppuccin Mocha"

tmux

tmux attach || tmux new -s main

<ctrl-a I> to install plugins.

Sources

Main

The overall structure and bootstrapping scripts are based heavily on these two dotfile repos:

holman does dotfiles

Cătălins dotfiles

Others

Dotfile Repos

Mathias's dotfiles

Misc

oh-my-zsh git

git-prevision

iTerm2 keymaps for tmux

signing-git-commits

Correct_GnuPG_Permission