Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.23 KB

Dotfiles symlinked on my machine

Install with stow:

stow .

Install homebrew and Modify ~/.zprofile to include

eval "$(/opt/homebrew/bin/brew shellenv)" export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:=${HOME}/.config} export ZDOTDIR=${ZDOTDIR:=${XDG_CONFIG_HOME}/zshrc} source $ZDOTDIR/.zshrc

Install NerdFonts

  • Run brew search '/font-.*-nerd-font/' | awk '{ print $1 }'│ │ | xargs -I{} brew install --cask {} || true
  • Open Terminal settings and reference Firacode Nerd Font Regular 13

Install Required Software

With Homebrew Bundler

  • Brewfile is present in this directory
  • brew bundler install pointing to this file should work
  • brew bundler dump should create the file (--force)
  • brew bundler cleanup should update the file (--force)

Tmux Plugins (TPM) (bar etc...)

Manually

  • brew install carapace
  • curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | sh
  • brew install nushell
  • run this in nushell: atuin init nu | save ~/.local/share/atuin/init.nu
  • install aerpospace
  • brew tap FelixKratz/formulae THEN brew install borders (JankyBorders)