8000 GitHub - thamdavies/dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thamdavies/dotfiles

Repository files navigation

dotfiles

Font

 brew install font-jetbrains-mono-nerd-font

Ripgrep

brew install ripgrep stow

Zsh

  1. Install ohmyzsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  1. Install zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  1. Install powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

Node

Manually change npm's default directory

  1. On the command line, in your home directory, create a directory for global installations:
mkdir ~/.npm-global
  1. Configure npm to use the new directory path:
npm config set prefix '~/.npm-global'
  1. In your preferred text editor, open or create a ~/.zshrc file and add this line:
export PATH=~/.npm-global/bin:$PATH
  1. On the command line, update your system variables:
source ~/.zshrc

Usage

stow -v -t ~ tmux
stow -v -t ~ nvim
stow -v -t ~ wezterm
stow -v -t ~ aerospace

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0