Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

meshkorea/dotfiles

 
 

Repository files navigation

dotfiles

Recovery flow

  • Install xcode
$ sudo xcodebuild -license
$ xcode-select --install
  • Copy ssh keys, aws, kubectl, k9s, gradle configurations

  • Make git to use ssh

$ eval "$(ssh-agent -s)"
$ ssh-add -K ~/.ssh/id_rsa
  • Run the script
$ bash bootstrap.sh

Releases

No releases published

Packages

No packages published

Languages

  • Shell 87.9%
  • Vim Script 8.8%
  • Ruby 3.3%