Skip to content

Benricheson101/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacOS Dotfiles

Software

Purpose Software
Editor neovim + tmux
Shell zsh
Terminal Alacritty

Hardware

  • 13" 2020 M1 MacBook Pro; 16GB, 512GB SSD

Usage

$ alias dot="git --git-dir=$HOME/.dot/ --work-tree=$HOME"
$ source ~/.zshenv
$ git clone --bare git@github.com:Benricheson101/dots.git $HOME/.dot
$ dot checkout
$ dot config --local status.showUntrackedFiles false