Skip to content

psh0078/dotfiles

Repository files navigation

.dotfiles

Steps to bootstrap a new Mac

  1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
  1. Clone repo into new hidden directory.
  2. Create symlinks in the Home directory to the real files in the repo. (Be sure to execute this command in \dotfiles)
stow .
  1. Install Homebrew, followed by the software listed in the Brewfile.
# These could also be in an install script.

# Install Homebrew

# Then pass in the Brewfile location...
brew bundle --file ~/.dotfiles/Brewfile

# ...or move to the directory first.
cd ~/.dotfiles && brew bundle

TODO List

  • tidy up Brewfile (remove unused packages/dependencies)
  • add lazygit
  • build a buffer navigation system
  • get tabout to working

About

my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors