1
0
Fork 0
[OUTDATED: Go to https://git.pompy.dev/pomp/.dotfiles instead] A personal one-click Arch Linux desktop setup utility tailor made for myself
Find a file
2024-07-06 12:37:17 +09:00
.github ci: update deploy workflow 2024-03-31 18:20:09 +09:00
.vscode feat: improve nvidia & ramdisk installer 2024-07-05 22:43:13 +09:00
cmd feat: bootstrap only mode 2024-06-06 21:39:58 +09:00
docs refactor: remove workflow selection UI 2024-03-30 10:42:58 +09:00
internal feat: add gamemoderun osu launcher script 2024-07-06 12:37:17 +09:00
.gitattributes refactor: rename workflows -> installers 2024-03-30 11:08:41 +09:00
.gitignore chore: add gitignore file 2023-05-30 23:51:12 +09:00
go.mod chore: go mod tidy 2024-03-31 00:46:16 +09:00
go.sum chore: go mod tidy 2024-03-31 00:46:16 +09:00
LICENSE chore: relicense to GPL v3 2024-03-23 15:57:44 +09:00
main.go refactor: improve code co-location 2024-03-29 19:07:41 +09:00
README.md docs: improve data hierarchy 2024-04-08 19:05:31 +09:00

pompup

language: Golang license

pompup is a personal one-click Arch Linux desktop setup utility tailor made for myself.


Gallery

Hardware

screenshot


Software Choice
Desktop Environment - 🚀 GNOME (to be replaced with COSMIC)
Icons - 💎 Papirus
GTK theme - 🎨 Pop!
Shell - 🐚 zsh with ohmyzsh
Terminal - 🖥️ kitty
Browser - 🌐 Brave
Text Editor & IDE - 📝 VSCodium (to be replaced with zed)

Name?

The project's name was inspired by rustup, a toolchain installer for the Rust programming language. Pompup was originally supposed to be written in Rust. I later decided to use Go instead, but the name stuck.

Usage

I can't think of any valid use cases of this software outside my computer, but here are the instructions to use it:

  1. Install base Arch Linux

  2. Create a non-root user and log in

    • give sudo permission
    • create home directory
    • must not contain space in username
  3. Download pompup

    • using curl

      curl pompup.developomp.com -Lo pompup
      
    • using wget

      wget pompup.developomp.com -O pompup
      
  4. Make the file executable

    chmod +x ./pompup
    
  5. Run pompup

    ./pompup