update
This commit is contained in:
5
roles/customize/tasks/Debian-12.yml
Normal file
5
roles/customize/tasks/Debian-12.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: "Install tpm"
|
||||
include_tasks: "../scripts/install_tpm.yml"
|
||||
|
||||
- name: "Install OhMyZSH"
|
||||
include_tasks: "../scripts/install_ohmyzsh.yml"
|
||||
@@ -1,14 +1,3 @@
|
||||
- name: check if nvchad is installed
|
||||
become_user: user
|
||||
stat:
|
||||
path: ~/.config/nvim
|
||||
register: nvchad
|
||||
|
||||
- name: Download NVChad
|
||||
become_user: user
|
||||
shell: git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1
|
||||
when: nvchad.stat.exists == false
|
||||
|
||||
- name: check if tpm is installed
|
||||
become_user: user
|
||||
stat:
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
- name: "Install fonts"
|
||||
include_tasks: "../scripts/install_fonts.yml"
|
||||
|
||||
- name: Enable wayland
|
||||
shell: sed -i 's/WaylandEnable=false/WaylandEnable=true/' /etc/gdm3/custom.conf
|
||||
#- name: Enable wayland
|
||||
# shell: sed -i 's/WaylandEnable=false/WaylandEnable=true/' /etc/gdm3/custom.conf
|
||||
|
||||
- name: Start and enable services
|
||||
ansible.builtin.systemd:
|
||||
|
||||
@@ -2,6 +2,7 @@ required_packages:
|
||||
- ripgrep
|
||||
- ansible
|
||||
- libfuse2
|
||||
- fuse
|
||||
- git
|
||||
- zsh
|
||||
- nfs-common
|
||||
@@ -13,11 +14,10 @@ required_packages:
|
||||
- libvirt-daemon
|
||||
- stow
|
||||
- tmux
|
||||
- xsel
|
||||
- easy-rsa
|
||||
- docker.io
|
||||
- httpie
|
||||
- wl-clipboard
|
||||
|
||||
|
||||
apt_keys:
|
||||
- https://packages.cloud.google.com/apt/doc/apt-key.gpg
|
||||
|
||||
@@ -17,12 +17,11 @@ required_packages:
|
||||
- tmux
|
||||
- terminator
|
||||
- system76-keyboard-configurator
|
||||
- xsel
|
||||
- xclip
|
||||
- openvpn
|
||||
- easy-rsa
|
||||
- docker.io
|
||||
- httpie
|
||||
- wl-clipboard
|
||||
|
||||
apt_keys:
|
||||
- https://packages.cloud.google.com/apt/doc/apt-key.gpg
|
||||
|
||||
Reference in New Issue
Block a user