Skip to content

antcompile/dotfiles

 
 

Repository files navigation

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)

About

dotfiles configuration on Mac OSX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 39.5%
  • Nushell 24.7%
  • Shell 21.2%
  • C 8.4%
  • Nix 2.8%
  • Ruby 2.0%
  • Other 1.4%