Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 557 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 557 Bytes

.dotfiles

dotfiles for Linux (CachyOS + Zsh) and Windows (Pure PowerShell 7 + Strong Linux vibes)

  • Donwload repo onto $home/.dotfiles (remove .git folder)
  • Read install script carefully and adapt it to your needs

Then just run it:

Linux

    chsh -s /usr/bin/zsh  # Sets ZSH as your default shell  (might need a logout to be applied)
    ./linux/install.sh -u -i -l

Windows

    Set-ExecutionPolicy Bypass -Scope Process  # Allows unsigned scripts on current terminal
    ./windows/install.ps1