Your dotfiles are how you personalize your system.
- Anything with an extension of
.zshwill get automatically included into your shell. - Anything with an extension of
.symlinkwill get symlinked without extension into$HOMEwhen you runscript/bootstrap.
There's a few special files in the hierarchy.
- bin/: Anything in
bin/will get added to your$PATHand be made available everywhere. - topic/*.zsh: Any files ending in
.zshget loaded into your environment. - topic/path.zsh: Any file named
path.zshis loaded first and is expected to setup$PATHor similar. - topic/completion.zsh: Any file named
completion.zshis loaded last and is expected to setup autocomplete. - topic/install.sh: Any file named
install.shis executed when you runscript/install. To avoid being loaded automatically, its extension is.sh, not.zsh. - topic/*.symlink: Any file ending in
*.symlinkgets symlinked into your$HOME. This is so you can keep all of those versioned in your dotfiles but still keep those autoloaded files in your home directory. These get symlinked in when you runscript/bootstrap.
Run this:
git clone https://github.com/anthonyshort/bootstrap.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrapThis will symlink the appropriate files in .dotfiles to your home directory.
Everything is configured and tweaked within ~/.dotfiles.
- The main file you'll want to change right off the bat is
zsh/zshrc.symlink, which sets up a few paths that'll be different on your particular machine. - Add a
~/.localrcfile that will hold variables outside of the repo but they'll be loaded.
dot is a simple script that installs some dependencies, sets sane macOS
defaults, and so on. Tweak this script, and occasionally run dot from
time to time to keep your environment fresh and up-to-date. You can find
this script in bin/.
- Topnotch.app
- Cleanshot
- Magnet
- Chrome
- Raindrop
- zsh
- vscode
- Figma
- Mela
- Tweetbot
- Reeder
- Coinbase wallet
- Spotify
- Github CLI
- Homebrew
- Install brew
- Install nvm
- Install node
- vscode
codeCLI
gl: Pull and pruneglog: Pretty logsgc: Commitgca: Commit allgco: Checkoutgcb: Copy brand namegb: Branchesgs: Statusgac: Add all and commit
reload: Reload zshcls: Clear screen..: Up directory~: Homel: List with colourlt: List by last modifiedla: List all except . and ..., color, mark file types, long form no user group, file sizelat: List all except . and ..., color, mark file types, long form no use group, order by last modified, file sizeemptytrash: Empty the Trash on all mounted volumes and the main HDDcleanlogs: Clear Apple’s System Logs to improve shell startup speedcleands: Remove .DS_Store recursivelyshowdotfileshidedotfiles