Last active
February 27, 2020 22:14
-
-
Save rawkode/ac350b6fa40d92cc3e2ae59a89c78589 to your computer and use it in GitHub Desktop.
Unipkg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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