Beautiful, functional, and fast.
My dotfiles.
NOTE TO SELF: If a package is available on Homebrew and PyPi, prefer PyPi. Use pnpm
for global JS app installations.
curl https://raw.githubusercontent.com/ThatXliner/dotfiles/master/scripts/setup | zsh
zshrc
: My ~/.zshrc
(why is it a folder? The main file you need to source is actually zshrc/index.zsh
)Brewfile
: What I have installed via Homebrewrequirements.txt
: What I have installed via pipxscripts
setup
: Install the dotfiles!May add my Atom/VSCode/JetBrains configuration in the future.
.zshrc
was getting quite messy so I decided to make it in a folder. Then I thought, "why not organize all my dotfiles as well?"