keiohtani / dotfiles

MIT License
0 stars 0 forks source link

dotfiles

How to get started

MacOS

  1. Run shell files

    source ./install/mac.sh
  2. Move MacOS preference files

    cp ./system/* /Library/Prefrences/
  3. In a TMUX session, press prefix (ctr + t) + I to install the plugins

Windows Subsystem as Linux

  1. Go to "Turn Windows features on or off" and turn on WSL
  2. Install Ubuntu and Windows Terminal from Microsoft Store
  3. Set up DNS configs
  4. Start WSL and run git clone https://github.com/keiohtani/dotfiles.git && cd dotfiles && source install/wsl.sh
  5. Configure Windows Terminal
    • Open settings in Windows Terminal and add this in a profile with the name "Ubuntu"
      "colorScheme": "Solarized Dark",
      "fontSize": 9
  6. In a TMUX session, press prefix (ctr + t) + I to install the plugins

Troubleshooting

Additional settings required to use Git Credential Manager (https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-git#git-credential-manager-setup)

git config --global credential.helper "/mnt/c/Users/kohtani/AppData/Local/Programs/Git/mingw64/bin/git-credential-manager.exe"

Azure DevOps Only

git config --global credential.https://dev.azure.com.useHttpPath true

Chrome Extensions