Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 839 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 839 Bytes

My dotfiles

Setup

  1. Update MacOS to the latest version through system preferences

  2. Generate a new public and private SSH key by running:

    ssh-keygen -t ed25519 -C "[email protected]" -f ~/.ssh/id_github
  3. Clone this repo to ~/.dotfiles with:

    git clone [email protected]:Mopolo/dotfiles.git ~/.dotfiles
  4. Run the installation with:

    ~/.dotfiles/install.sh
  5. Restart the computer to finalize the process

Inspirations

Useful links