Skip to content

ksilverwall/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Default Dotfile

Setup

clone this repository and execute this command (need git)

cd ~
git clone git@github.com:ksilverwall/dotfiles.git
zsh dotfiles/install.sh

Appendix: Setup git

Install git first

Use homebrew. See https://brew.sh/

brew install git
git config --global user.name <name>
git config --global user.email <mail>

Register sshkey

ssh-keygen -t ed25519

Register pub key ~/.ssh/id_ed25519 to https://github.com/settings/keys

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published