There are my configuration files.
$ git clone git@github.com:ofk/dotfiles.git ~/.dotfiles
$ ~/.dotfiles/setup deps
$ ~/.dotfiles/setup- Generate SSH key and add to your Github account
ssh-keygen -t ed25519 -C $(whoami)@$(hostname)
- Install git
- Use apt
sudo apt install -y git
- Use Homebrew
- Install Homebrew
brew install git
- Use apt