aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/vars
diff options
context:
space:
mode:
Diffstat (limited to 'roles/workstation/vars')
-rw-r--r--roles/workstation/vars/main.yml65
1 files changed, 63 insertions, 2 deletions
diff --git a/roles/workstation/vars/main.yml b/roles/workstation/vars/main.yml
index 6f19118..7e5cee2 100644
--- a/roles/workstation/vars/main.yml
+++ b/roles/workstation/vars/main.yml
@@ -4,5 +4,66 @@
---
-workstation_git_root: git@10.10.0.62:/data/git
-workstation_dotfiles_dir: ~/.dotfiles.d
+pkgs_common:
+ # desktop (backup over dwm)
+ - bemenu
+ - i3
+ - i3status
+ # editor
+ - neovim
+ # files
+ - curl
+ - git
+ - syncthing
+ - tar
+ - unzip
+ - wget
+ - zip
+ # lang
+ - ansible
+ - go
+ - rust
+ # multimedia
+ - cmus
+ - feh
+ - firefox
+ - mpv
+ - qutebrowser
+ - vlc
+ # tools
+ - gnupg
+ - htop
+ - tor
+ - zsh
+
+pkgs_archlinux:
+ # devel
+ - base-devel
+ # editor
+ - emacs
+ # sys
+ - base
+ # python
+ - python-jedi
+ - python-neovim
+ - python-pip
+ - python-requests
+ # net
+ - wireguard-dkms
+
+pkgs_openbsd:
+ # devel
+ - automake--%1.16
+ - clang-tools-extra
+ - free
+ # editor
+ - emacs--no_x11%emacs
+ # net
+ - tor-browser
+ - torsocks
+ - wireguard-tools
+ # python
+ - py3-jedi
+ - py3-neovim
+ - py3-pip
+ - py3-requests
remember that computers suck.