Hey there 👋! These are my macOS/Linux config dotfiles
-
git clone https://github.com/FelixKratz/SbarLua.git /tmp/SbarLua && \ cd /tmp/SbarLua/ && \ make install && \ rm -rf /tmp/SbarLua/
curl \ -L https://github.com/kvndrsslr/sketchybar-app-font/releases/download/v2.0.32/sketchybar-app-font.ttf \ -o $HOME/Library/Fonts/sketchybar-app-font.ttf
Make sure you install the following:
brew install gitbrew install stowFirst, checkout this dotfiles repo in your $HOME directory using git
git clone git@github.com/dtran421/dotfiles.gitUse GNU Stow to create symlinks to $HOME directory
cd dotfiles
stow .Run this command to install dependencies
brew bundle installTry to use brew for MacOS, otherwise look for download links.
- For x86_64 Linux, download the
musloramd64binary file - Move the file to the
/usr/local/bin/directory - Reload
zshviarld-zsh
First, ensure you're in the dotfiles folder $HOME/dotfiles. Make changes to a dotfile.
Then, run the following commands:
git add <dotfile name>git commit -m <commit message>git push