Skip to content

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

Notifications You must be signed in to change notification settings

byBretema/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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