Skip to content

zyx1121/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Starship

brew install starship

Zsh Plugins

brew install zsh-autosuggestions zsh-autocomplete zsh-syntax-highlighting

Font

brew install --cask font-fira-code-nerd-font

pyenv

brew install pyenv

Poetry

curl -sSL https://install.python-poetry.org | python3 -
poetry completions zsh > ~/.zfunc/_poetry