Skip to content

Instantly share code, notes, and snippets.

@rawkode
Last active February 27, 2020 22:14
Show Gist options
  • Save rawkode/ac350b6fa40d92cc3e2ae59a89c78589 to your computer and use it in GitHub Desktop.
Save rawkode/ac350b6fa40d92cc3e2ae59a89c78589 to your computer and use it in GitHub Desktop.
Unipkg
managers:
arch:
command: yay
install: -Sy --noconfirm
uninstall: -Rd --noconfirm
debian:
command: apt
install: install -y
uninstall: uninstall -y
nix:
command: nix-env
install: -i
uninstall: -e
packages:
# CLI, Shells, and Terminals
- dist:
arch:
- alacritty
- exa
- zsh
# Desktop
- name: i3
dist:
arch:
- arandr
- i3-gaps
- i3lock
- nitrogen
- pasystray
- polybar
- rofi
- ttf-cascadia-code
# Web Browsers
- name: google-chrome
# Communications
- dist:
arch:
- slack-desktop
- zoom
# Development
- name: Editors & Tooling
dist:
arch:
- github-cli
- visual-studio-code-bin
- name: Crystal
dist:
arch:
- crystal
- shards
- name: Containers
dist:
arch:
- buildah
- crun
- podman
- skopeo
- name: kvm2 (for minikube)
dist:
arch:
- gnome-boxes!
- qemu!
- dnsmasq
- ebtables
- libvirt
- qemu-headless
- name: Kubernetes
dist:
arch:
- kind-bin
- kubectl
- minikube
scripts:
- curl https://keybase.io/rawkode/pgp_keys.asc | gpg --import
- sudo systemctl start pcscd.service
- sudo systemctl start pcscd.socket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment