Skip to content

mashijp/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

cd ~
git clone https://github.com/mashijp/dotfiles.git
cd dotfiles
./setup.sh
cd -
mkdir --mode=700 .ssh
cd .ssh
test -f "authorized_keys" || touch authorized_keys && chmod 600 authorized_keys
curl https://github.com/mashijp.keys >> authorized_keys
cat authorized_keys
cd -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published