aboutsummaryrefslogblamecommitdiffstats
path: root/roles/workstation/vars/main.yml
blob: c07c363762cd8bb85c7f48aa417a37548bae715b (plain) (tree)
1
2
3
4
5
6





                                 




























                             
            

































                       


              

# roles/workstation/vars/main.yml
#

---

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
  - ipmitool
  - 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
  # security
  - pcsc-lite
  - pcsc-tools
remember that computers suck.