# Sets up go-task if needed and then sets up a clean machine or updates
./install
To force a re-install and clobber existing files
FORCE=true ./install
Personal notes on setting up MacOS.
Minimal Keyboard Config for Sanity
- max key repeat rate
- min delay until repeat
- customize modifier keys / caps lock -> control
(Option 1) Install via bootstrap
# bootstrap makes a couple empty directories, checks out this repo and runs install.
bash -c "$(curl --location https://raw.githubusercontent.com/hjdivad/dotfiles/refs/heads/master/bootstrap.sh)"
./install
(Option 2) Install manually
# Set up some dirs
mkdir -p ~/src/vadnu
mkdir -p ~/src/github/hjdivad
(cd ~ && ln -s Downloads tmp)
# Check out this repo
cd ~/src/github/hjdivad
git clone https://github.com/hjdivad/dotfiles.git
# Then run install within the repo
./install
(Optional) Brave settings
Open brave://settings
in brave and set up sync.
-
set up wezterm terminfo
-
install berkeley mono font
-
install nonicons font
-
install outside of app store
-
optional installs
-
set up alfred
- disable ⌘-space spotlight
- enable ⌘-space alfred
- set up alfred-chromium-workflow
- set up chatgpt workflow
- set up menubar search
- set up audio switcher
- set up gitfred
- set up image placeholders
- set up roman numeral
- set up ocr
- set up color picker
- set up gif from video
- set up gif search
- set up devtoys
- set up lorem ipsum
-
set up obsidian
- open local vault in
~/src/vadnu/${vault}
- connect it to remote vault
- open local vault in
-
set up system settings
-
set up iStat Menus
(Optional) Set host name
NEW_HOST="something"
sudo hostname $NEW_HOST
sudo scutil --set HostName $NEW_HOST
sudo scutil --set LocalHostName $NEW_HOST