Skip to content

maxencefrenette/dotfiles

Repository files navigation

My .dotfiles !

I have dotfiles for both windows and linux. View the appropriate directory for details.

Bootstrap

Windows

  • Install chocolatey
  • choco install git make gsudo
  • Clone in ~\dotfiles
  • make windows (needs to be run in git bash)

Mac OS

  • Generate ssh keys

    ssh-keygen
    cat .ssh/id_rsa.pub | pbcopy
  • Paste public key in github

  • Install Xcode from the app store (to get git and make)

  • curl https://mise.run | sh

  • Clone repo

  • make macos

Linux

  • Generate ssh keys

    ssh-keygen
    cat .ssh/id_rsa.pub | clip.exe
  • Paste public key in github

  • Clone repo

    sudo apt install -y make
    cd ~
    git clone git@github.com:maxencefrenette/dotfiles.git
    cd dotfiles
    make linux

Inspiration

About

My own dotfiles !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published