mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
replaced neofetch with a faster alternative
This commit is contained in:
@@ -53,6 +53,6 @@ if status is-interactive
|
||||
set -g theme_newline_cursor yes
|
||||
set -g theme_newline_prompt '$ '
|
||||
|
||||
# Run neofetch on each fish startup
|
||||
neofetch
|
||||
# Run fastfetch on each fish startup
|
||||
fastfetch
|
||||
end
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
pacman:
|
||||
name: fish
|
||||
state: latest
|
||||
- name: Install Neofetch (operating system informations logger)
|
||||
- name: Install Fastfetch (operating system informations logger)
|
||||
become: true
|
||||
pacman:
|
||||
name: neofetch
|
||||
name: fastfetch
|
||||
state: latest
|
||||
- name: Install OpenVPN (for openvpn.fish)
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user