Skip to content

My current .dotfiles + install scripts

Notifications You must be signed in to change notification settings

DubskySteam/.dotfiles

Repository files navigation

.dotfiles

Installation

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

Install scripts - (Recommended)

  • 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

Supported

Supported Distros
Arch (Tested: 17.06.2024)
Windows 23H2 (Tested: 17.06.2023)
EndeavourOS (Tested: 06.11.2023)
Languages
C/C++
Java 17
NodeJS 16 (Latest on Arch)
Python 3
Terminals
Alacritty # A cross-platform, GPU-accelerated terminal emulator
Wezterm # A GPU-accelerated cross-platform terminal emulator and multiplexer
Kitty # A fast, feature-rich, GPU based terminal emulator
PowerShell # A cross-platform task automation and configuration management framework from Microsoft
Quality of Life
git # A distributed version control system for tracking changes in source code during software development
tmux # A terminal multiplexer for Unix-like operating systems
gpg # GNU Privacy Guard, a data encryption and decryption program
curl # A command-line tool for transferring data specified with URL syntax
wget # A free utility for non-interactive download of files from the web
stow # A symlink farm manager
neovim # A hyperextensible text editor based on Vim
screenfetch # Neofetch alternative
gh # GitHub CLI, a powerful, official command-line tool for interacting with GitHub from your terminal