Skip to content

dtran421/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Hey there 👋! These are my macOS/Linux config dotfiles

Packages

Installation

Prerequisities

Make sure you install the following:

Brew (or nix-env)

Git

brew install git

Stow

brew install stow

MacOS

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

Package Installation

Try to use brew for MacOS, otherwise look for download links.

Linux

  1. For x86_64 Linux, download the musl or amd64 binary file
  2. Move the file to the /usr/local/bin/ directory
  3. Reload zsh via reload-zsh

Committing Changes

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 .

Appendix

About

macOS/Linux config dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published