Hey there 👋! These are my macOS/Linux config dotfiles
Make sure you install the following:
brew install git
brew install stow
First, checkout this dotfiles repo in your $HOME directory using git
git clone [email protected]/dtran421/dotfiles.git
Use GNU Stow to create symlinks to $HOME directory
cd dotfiles
stow .
Run this command to install dependencies
brew bundle install --file=.Brewfile
Try to use brew
for MacOS, otherwise look for download links.
- For x86_64 Linux, download the
musl
oramd64
binary file - Move the file to the
/usr/local/bin/
directory - Reload
zsh
viareload-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
Lastly, make sure to sync your changes with the $HOME
directory if you edited
the dotfiles directly
stow .