Install script added
This commit is contained in:
parent
9a476b8d14
commit
56cc0596eb
1 changed files with 27 additions and 1 deletions
28
setup.yml
28
setup.yml
|
|
@ -10,11 +10,37 @@
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
upgrade: yes
|
upgrade: yes
|
||||||
|
|
||||||
- name: install ansible basics
|
- name: install everything what you need
|
||||||
pacman:
|
pacman:
|
||||||
name:
|
name:
|
||||||
- git
|
- git
|
||||||
- ripgrep
|
- ripgrep
|
||||||
|
- neovim
|
||||||
|
- zsh
|
||||||
|
- fzf
|
||||||
|
- bat
|
||||||
|
- eza
|
||||||
|
- code
|
||||||
|
- btop
|
||||||
|
- firefox
|
||||||
|
- hyprland
|
||||||
|
- hyprpaper
|
||||||
|
- hyprlock
|
||||||
|
- waybar
|
||||||
|
- rofi-wayland
|
||||||
|
- kitty
|
||||||
|
- mako
|
||||||
|
- grim
|
||||||
|
- slurp
|
||||||
|
- wl-clipboard
|
||||||
|
- ttf-jetbrains-mono-nerd
|
||||||
|
- noto-fonts
|
||||||
|
- noto-fonts-emoji
|
||||||
|
- papirus-icon-theme
|
||||||
|
- pipewire
|
||||||
|
- pipewire-pulse
|
||||||
|
- pavucontrol
|
||||||
|
- network-manager-applet
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: check hyprland conf folder
|
- name: check hyprland conf folder
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue