You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
768 B

---
- name: Install common software.
become: true
become_user: "{{ user_name }}"
aur:
name:
- git
- vim
- firefox
- fish
- code
- libreoffice
- spotify
- slack-desktop
- discord
# rust
- rustup
# nodejs
- nodejs
- yarn
# fonts
# ttf-font-awesome
# nerd-fonts-source-code-pro
# java
- jdk8-openjdk
- jdk-openjdk
# awesome rust tools
- alacritty
- bandwhich
- bat
- bottom
- git-delta
- dust
- exa
- fd
- procs
- ripgrep
- sd
- starship
- tealdeer
- tokei
- zoxide
# misc
- ncdu
- flameshot
- kakoune
state: present