Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pabloqpacin/dotfiles

Multiboot-oriented scripts and config files for Arch, NixOS, Pop!_OS and Win11/WSL
https://github.com/pabloqpacin/dotfiles

Last synced: 2 months ago
JSON representation

Multiboot-oriented scripts and config files for Arch, NixOS, Pop!_OS and Win11/WSL

Awesome Lists containing this project

README

        

# dotfiles

See the [docs](/docs/) for a **multiboot walkthrough** going over dependencies and tweaks.

Also see [scripts](/scripts/) and [windows/scripts](/windows/scripts/) for **automated setups**.

## Screenshots

Click to view

### Pop!_OS

![pop_vscodium_alacritty](/img/screenshots/pop-vscodium-alacritty.png)
![pop_workspace](/img/screenshots/pop-workspace.png)

### NixOS Hyprland

![nixos-hypr_desktop](/img/screenshots/nixos-hypr_desktop.png)

### Arch i3

![nvim_telescope](/img/screenshots/i3-nvim_telescope.png)
![nvim_peek](/img/screenshots/i3-nvim_peek.png)
![i3_pacman](/img/screenshots/i3-pacman.png)

### Arch Hyprland

![hypr-nvim_brave](/img/screenshots/hypr-brave_nvimLSP.png)
![hypr-misc](/img/screenshots/hypr-neofetch_man_btm_eza.png)

### Debian_X95

![Debian_X95](/img/screenshots/debianX95.png)

## Shell environment & Desktop utitilies



Component
Linux
Windows (WinGet)




Browser
Brave


Passmgr
KeePassXC


Shell
zsh + ohmyzsh
pwsh + ohmyposh


Terminal
alacritty + tmux
Windows Terminal


Nerd Fonts
FiraCode & CaskaydiaCove



DE/WM
Gnome (Cosmic) & Hyprland



Hyprland
hypr mako rofi swaybg thunar waybar ...



Editor
vscode/vscodium & neovim (LSPs + DAPs)


Shell Misc
bat bottom btop cheat eza fzf lf ripgrep tldr zoxide


Other Misc
flameshot grimshot nmapsi4
powertoys sysinternals zenmap


## Homelab Boxes

```mermaid
flowchart LR

%% ...

MACHINES((Machines/OS))
HOMELAB[(VMs)]

GL76[MSI GL76 Workstation]
EX2511[Acer EX2511 Laptop]
RPi5[Raspberry Pi 5 SBC]
Pentium4[Pentium 4 Relic]
OPPO[Android Smartphone]

Proxmox[/Proxmox VE/]
Pop2204[/Pop!_OS 22.04/]
Pop2404[/Pop!_OS 24.04/]
Arch[/Arch Linux/]
Arch32[/Arch Linux 32/]
Nix2311[/NixOS 23.11/]
UbuntuARM[/Ubuntu 24.04 arm64/]
WinXP[\Windows XP\]
Termux[/Termux/]
Kali[/Kali Linux/]
Parrot[/Parrot/]
WinServer19[\Windows Server 2019\]
Win10[\Windows 10 Home|Pro\]
Win11[\Windows 11 Home|Pro\]
Debian12[/Debian 12/]

%% ...

MACHINES ---- GL76
GL76 -- Hyprland --- Nix2311
GL76 ---> Pop2204 --- HOMELAB

MACHINES ..- OPPO .- Termux

MACHINES ..- EX2511
EX2511 -- Hyprland ---> Arch
EX2511 -- COSMIC --- Pop2404
EX2511 --> Proxmox

MACHINES ..- RPi5 --> UbuntuARM

MACHINES ..- Pentium4
Pentium4 -- i3 --> Arch32
Pentium4 .- WinXP

%% ...

HOMELAB -- vagrant/ansible --- Debian12
HOMELAB --- WinServer19
HOMELAB --- Win10
HOMELAB --- Win11
HOMELAB --- Kali
HOMELAB --- Parrot

%% ...

click Pentium4 "https://youtu.be/nyHKHrXjybA" "This is a YouTube link"
click EX2511 "https://icecat.biz/en/p/acer/nx.ef6eb.006/extensa-notebooks-4713392421143-ex2511-55pf-30284410.html" "Specs (mind RAM & SSD upgrades)"

```