Home of my dotfiles, second iteration, using GNU Stow.
Apple dev tools
xcode-select --installInstall Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Oh my zsh is cool
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"- Clone repo, it's built around the assumption that it lives in your
$HOMEfolder.
git clone https://github.com/radiotaiso/dotfiles.git ~/.dotfiles- Install brewfile
brew bundle --file ~/.dotfiles/bin/bundles/Brewfile- Execute
da_wae. This script will stash unsaved stuff, pull frommain, pop the stash and then the magic ofstow.
./bin/da_waePosy's Cursor.zipPosy's improved cursors for Windows 10 (and older)Atkinson Hyperlegible.zipBraille Institute's high readability open source fontkeychron_v1_radiotaiso_keymaps.jsonMy custom keymaps using QMK/VIA
From git 2.37.0 you can forget about the --set-upstream <branch_name>
with a simple one time command
git config --global --add --bool push.autoSetupRemote true
Now, the branch will be automatically created when push
If you already have one brewfile in the same path there's a paddlin'
# Bundle files live here
cd ~/.dotfiles/bin/bundles
brew bundle dumpChale zone, this fix only works for intel based Macs. Once again i am the bringer of my own demise but also screw you Tim apple.
# Fuck autoboot, all my homies have to push the button to boot
sudo nvram AutoBoot=%00 # Disable, %03 is default for enabled
# Silent boot? Hell yeah
sudo nvram BootAudio=%00 # Disable, enabled is %01