Skip to content

v4k0nd/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Quick run on new machine the windows part:

iex (iwr -Uri "https://raw.githubusercontent.com/v4k0nd/dotfiles/main/setup_windows.ps1" -UseBasicParsing).Content

The 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 Bypass

Windows terminal

Colors: https://windowsterminalthemes.dev/.

Settings sync

As of march 2024, there seems to be no official way to sync the settings link. So I include my settings the settings.json.

Quake at startup

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

WSL

NixOS

Setup: https://github.com/LGUG2Z/nixos-wsl-starter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors