Skip to content

LIONisaQT/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Assumes you are using zsh and have a .zshrc already.

tl;dr

Terminal

Install WezTerm

brew install --cask wezterm

Install font

brew install font-meslo-lg-nerd-font

Configure WezTerm

touch ~/.wezterm.lua

Copy pasta .wezterm.lua. Note this uses Dracula color theme.

Terminal prompt

Powerlevel10k is on life support, rip.

Install Oh My Posh

brew install jandedobbeleer/oh-my-posh/oh-my-posh

Configure Oh My Posh

oh-my-posh config export --format yaml --output ./ohmyposh.yaml

Copy pasta ohmyposh.toml. Uses Terminal colors from WezTerm theming. See Oh My Posh color docs for more info.

Use Oh My Posh

Make sure .zshrc contains the following:

if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then
  eval "$(oh-my-posh init zsh --config $HOME/ohmyposh.toml)"
fi

Recommended next steps

  1. Set symlinks to your personal dotfiles repo.
  2. Install zsh plugins.
  3. Check out Brewfile to see cool stuff you might wanna use.
  4. Check out .zshrc in case certain CLI should have alternative commands (e.g. replacing cd with zoxide the more correct way).
  5. Check out .gitconfig for shortcuts you might like.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published