mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
ensuring all packages have their latest version installed
This commit is contained in:
@@ -8,6 +8,9 @@ if status is-interactive
|
||||
# Add ruby in the global path for Neovim
|
||||
fish_add_path ~/.local/share/gem/ruby/3.0.0/bin
|
||||
|
||||
# Add Node.js binaries in the global path
|
||||
fish_add_path ~/.local/lib/node_modules/.bin
|
||||
|
||||
# configuration for Oh My Fish BobTheFish theme
|
||||
set -g theme_display_git yes
|
||||
set -g theme_display_git_dirty yes
|
||||
|
||||
@@ -3,17 +3,17 @@
|
||||
become: true
|
||||
pacman:
|
||||
name: fish
|
||||
state: present
|
||||
state: latest
|
||||
- name: Install Neofetch (operating system informations logger)
|
||||
become: true
|
||||
pacman:
|
||||
name: neofetch
|
||||
state: present
|
||||
state: latest
|
||||
- name: Install OpenVPN (for openvpn.fish)
|
||||
become: true
|
||||
pacman:
|
||||
name: openvpn
|
||||
state: present
|
||||
state: latest
|
||||
- name: Setup Fish
|
||||
synchronize:
|
||||
delete: true
|
||||
|
||||
Reference in New Issue
Block a user