Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 994 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 994 Bytes

dotfiles

Install

sh -c "$(curl -fsSL https://raw.githubusercontent.com/rteabeault/dotfiles/main/install.sh)"
  • Signin with appleid
  • Signin Messages
  • Signin Signal
  • Signin Discord
  • Signin Slack
  • Set keyboard shortcuts for mac
    • Caps lock -> Ctrl
    • Option -> Cmd
    • Cmd -> Option
  • Arrange Displays
  • Login to Chrome
  • Login to Dropbox
  • Setup Raycast
  • Setup Rectangle

Chezmoi Stuff

https://www.chezmoi.io/user-guide/daily-operations/

Pull the latest changes from your repo and apply them

chezmoi update

Pull the latest changes from your repo and see what would change, without actually applying the changes

chezmoi git pull -- --autostash --rebase && chezmoi diff

If you're happy with the changes, then you can run

chezmoi apply