Skip to content

Personal current .dotfiles + install scripts

Notifications You must be signed in to change notification settings

DubskySteam/.dotfiles

Repository files navigation

.dotfiles

Installation

Install scripts

  • Arch

    sudo chmod +x ./install.sh
    sudo ./install.sh
  • Windows

    1. Install PowerShell 7 if required

      winget install --id Microsoft.Powershell --source winget
    2. Install necessary programs

      .\win_install_req.ps1
    3. Create symlinks

      .\win_install.ps1

Manual

Requirements:

  • git
  • stow (linux only)
  • powershell 7 (windows only)
  1. Clone the Repository

    cd $HOME
    git clone https://github.com/dubskysteam/.dotfiles
    cd .dotfiles
  2. Create symlinks

    Linux / Arch

    stow X  # Replace X with the folder name you want to symlink

    Windows

    New-Item -Path PATH_FROM_DOTFILES -ItemType SymbolicLink -Value PATH_TO_TARGET_DIR

Included

Tested Distros
Arch (Tested: 11.05.2025)
Windows 11 (Tested: 11.05.2025)
Desktop Enviroment

Linux

[Desktop] i3
[Top Bar] waybar

Windows

[Desktop] Komorebi
[Top Bar] Yasb
Programming Languages
Zig
Rust
C/C++
NodeJS
Python 3
Java 11 | 17 | 21
Terminal

Emulators

Wezterm

Shells

[Linux] Bash
[Win 11] PowerShell 7

Multiplexer

[Linux] Tmux
[Win 11] Wezterm internal
Development
Git
Gpg
LazyGit
GitHub CLI
Editors
NeoVim
VS Code
Quality of Life
stow # A symlink tool
screenfetch # Neofetch alternative