update deps and paths
This commit is contained in:
parent
c365562f8b
commit
d88e2da205
6 changed files with 11 additions and 4 deletions
|
|
@ -3,5 +3,9 @@
|
||||||
name:
|
name:
|
||||||
- qalculate-gtk
|
- qalculate-gtk
|
||||||
- rofi-dev
|
- rofi-dev
|
||||||
- c++
|
- g++
|
||||||
|
- nodejs
|
||||||
|
- npm
|
||||||
|
- python3.11-venv
|
||||||
|
- parallel
|
||||||
state: present
|
state: present
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,5 @@
|
||||||
- com.spotify.Client
|
- com.spotify.Client
|
||||||
- org.qbittorrent.qBittorrent
|
- org.qbittorrent.qBittorrent
|
||||||
- app/com.nextcloud.desktopclient.nextcloud/x86_64/stable
|
- app/com.nextcloud.desktopclient.nextcloud/x86_64/stable
|
||||||
|
- net.lutris.Lutris
|
||||||
method: "user"
|
method: "user"
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,8 @@
|
||||||
become: true
|
become: true
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
ansible.builtin.import_tasks: debian.yml
|
ansible.builtin.import_tasks: debian.yml
|
||||||
|
tags:
|
||||||
|
- debian
|
||||||
|
|
||||||
- name: Install RHEL packages
|
- name: Install RHEL packages
|
||||||
become: true
|
become: true
|
||||||
|
|
|
||||||
|
|
@ -32,4 +32,5 @@
|
||||||
- b3sum
|
- b3sum
|
||||||
- difftastic
|
- difftastic
|
||||||
- du-dust
|
- du-dust
|
||||||
|
- zellij
|
||||||
state: latest
|
state: latest
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,4 @@ set -gx EDITOR nvim
|
||||||
set -gx BAT_THEME "Catppuccin-frappe"
|
set -gx BAT_THEME "Catppuccin-frappe"
|
||||||
set -gx DOCKER_BUILDKIT 1
|
set -gx DOCKER_BUILDKIT 1
|
||||||
set -gx COMPOSE_DOCKER_CLI_BUILD 1
|
set -gx COMPOSE_DOCKER_CLI_BUILD 1
|
||||||
pyenv init - | source
|
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
thefuck --alias | source
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
set -gx PATH ~/.local/bin $PATH
|
set -gx PATH ~/.local/bin $PATH
|
||||||
set -gx PATH ~/.local/bin/dotutils/ $PATH
|
set -gx PATH ~/.local/bin/dotutils/ $PATH
|
||||||
set -gx PATH ~/go/bin $PATH
|
set -gx PATH /usr/local/go/bin $PATH
|
||||||
|
set -gx PATH ~/.nvim-install/bin $PATH
|
||||||
set -gx PATH $HOME/.krew/bin $PATH
|
set -gx PATH $HOME/.krew/bin $PATH
|
||||||
set -gx PATH "$HOME/.cargo/bin" $PATH;
|
set -gx PATH "$HOME/.cargo/bin" $PATH;
|
||||||
set -gx PATH $ANDROID_HOME/emulator $PATH
|
set -gx PATH $ANDROID_HOME/emulator $PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue