Use native VSCodium package
This commit is contained in:
parent
06f860108c
commit
f5420e5493
3 changed files with 2 additions and 8 deletions
roles
|
@ -30,6 +30,8 @@
|
||||||
when: wsl == false
|
when: wsl == false
|
||||||
- import_tasks: systemd.yml
|
- import_tasks: systemd.yml
|
||||||
when: wsl == false
|
when: wsl == false
|
||||||
|
- import_tasks: vscodium.yml
|
||||||
|
when: gui == true and wsl == false
|
||||||
- import_tasks: gdm.yml
|
- import_tasks: gdm.yml
|
||||||
- import_tasks: xkb-lv5.yml
|
- import_tasks: xkb-lv5.yml
|
||||||
when: gui == true
|
when: gui == true
|
||||||
|
|
|
@ -237,7 +237,6 @@ alias 7zencrypt="7z a -t7z -p -mhe"
|
||||||
alias alu="apt list --upgradable"
|
alias alu="apt list --upgradable"
|
||||||
alias asdo="apt source --download-only"
|
alias asdo="apt source --download-only"
|
||||||
alias aurmake="makepkg -irs"
|
alias aurmake="makepkg -irs"
|
||||||
alias codium="flatpak run com.vscodium.codium"
|
|
||||||
alias f=fossil
|
alias f=fossil
|
||||||
alias ip="ip -c"
|
alias ip="ip -c"
|
||||||
alias isocal="cal --iso --reform=iso --monday --week"
|
alias isocal="cal --iso --reform=iso --monday --week"
|
||||||
|
|
|
@ -26,13 +26,6 @@
|
||||||
method: user
|
method: user
|
||||||
when: flatpak.stat.exists == true
|
when: flatpak.stat.exists == true
|
||||||
|
|
||||||
- name: Install VSCodium flatpak
|
|
||||||
community.general.flatpak:
|
|
||||||
name: com.vscodium.codium
|
|
||||||
state: present
|
|
||||||
method: user
|
|
||||||
when: flatpak.stat.exists == true
|
|
||||||
|
|
||||||
- name: Install VLC flatpak
|
- name: Install VLC flatpak
|
||||||
community.general.flatpak:
|
community.general.flatpak:
|
||||||
name: org.videolan.VLC
|
name: org.videolan.VLC
|
||||||
|
|
Loading…
Add table
Reference in a new issue