Skip to content

maxencefrenette/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

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 (to get git and make)

  • 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 [email protected]:maxencefrenette/dotfiles.git
    cd dotfiles
    make linux

Inspiration

About

My own dotfiles !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published