Skip to content
/ dotfiles Public

My dotfiles for zsh

License

Notifications You must be signed in to change notification settings

bbck/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My personal dotfiles for ZSH

Installing

git clone https://github.com/bbck/dotfiles.git ~/Developer/dotfiles
cd ~/Developer/dotfiles
./install.sh

Post-install tasks

macOS settings

./.macos

Generate machine specific SSH and GPG keys

ssh-keygen -t ed25519
gpg --full-generate-key

Inspiration

Credit to other dotfiles repos that have influenced this one