Quick run on new machine the windows part:
iex (iwr -Uri "https://raw.githubusercontent.com/v4k0nd/dotfiles/main/setup_windows.ps1" -UseBasicParsing).ContentThe ubuntu part:
bash <(curl -s https://raw.githubusercontent.com/v4k0nd/dotfiles/main/setup_ubuntu.sh)Get inspired: https://dotfiles.github.io/
Setup for:
- OS: Windows 11 + WSL2
- on WSL:
- Ubuntu (latest)
- NixOS
For running .ps1 (since it is not digitally signed, the system's PowerShell execution policy will preventing it from running), open powershell and enable for the current powershell session:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy BypassColors: https://windowsterminalthemes.dev/.
As of march 2024, there seems to be no official way to sync the settings link. So I include my settings the settings.json.
For quake window to work on startup, need it to run on startup. For some reason Windows Terminal still doesn't have a startup as minimized built in link, so here's the hacky way for now:
ctrl + r:shell:startup- right click, new -> shortcut,
wt.exe -w _quake - shift right click on new shortcut, properties, set
Run: Minimised