dotfiles
Quickstart
I use the symlink approach to work with my dotfiles. Run this to get set up:
git clone --recurse-submodules git@github.com:niklas-r/dotfiles.git ~/dotfilescd ~/dotfiles./install(or./install --dry-runif you want to check the actions first)
Submodules
This project contains a few submodules. To update these, run:
git pull
git submodule sync --recursive
git submodule update --init --recursive
git submodule sync --recursive
git submodule update --init --recursive
Required tools
Font
You need a Nerdfont for the best experience.
I like to change things up quite often, I currently use Maple Mono
Terminal emulator
My current terminal of choice is Wezterm. Checkout my config in ./config/wezterm!
Shell
I use zsh with Prezto and antidote.
Package managers
CLI tools
I use a lot of CLI tools, here's a list of the stuff I remembered installing. Most of which can be installed with Homebrew.