1
0
Fork 0

update deps and paths

This commit is contained in:
cătălin 2024-02-10 02:06:30 +01:00
commit d88e2da205
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
6 changed files with 11 additions and 4 deletions

View file

@ -3,5 +3,9 @@
name:
- qalculate-gtk
- rofi-dev
- c++
- g++
- nodejs
- npm
- python3.11-venv
- parallel
state: present

View file

@ -12,4 +12,5 @@
- com.spotify.Client
- org.qbittorrent.qBittorrent
- app/com.nextcloud.desktopclient.nextcloud/x86_64/stable
- net.lutris.Lutris
method: "user"

View file

@ -15,6 +15,8 @@
become: true
when: ansible_os_family == "Debian"
ansible.builtin.import_tasks: debian.yml
tags:
- debian
- name: Install RHEL packages
become: true

View file

@ -32,4 +32,5 @@
- b3sum
- difftastic
- du-dust
- zellij
state: latest

View file

@ -2,6 +2,4 @@ set -gx EDITOR nvim
set -gx BAT_THEME "Catppuccin-frappe"
set -gx DOCKER_BUILDKIT 1
set -gx COMPOSE_DOCKER_CLI_BUILD 1
pyenv init - | source
fish_vi_key_bindings
thefuck --alias | source

View file

@ -1,6 +1,7 @@
set -gx PATH ~/.local/bin $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/.cargo/bin" $PATH;
set -gx PATH $ANDROID_HOME/emulator $PATH