Skip to content

hjdivad/dotfiles

Repository files navigation

Daily Use

# 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

Set Up

MacOS

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.

(Optional) Set host name

NEW_HOST="something"
sudo hostname $NEW_HOST
sudo scutil --set HostName $NEW_HOST
sudo scutil --set LocalHostName $NEW_HOST

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published