mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +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_cursor yes
|
||||||
set -g theme_newline_prompt '$ '
|
set -g theme_newline_prompt '$ '
|
||||||
|
|
||||||
# Run neofetch on each fish startup
|
# Run fastfetch on each fish startup
|
||||||
neofetch
|
fastfetch
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: fish
|
name: fish
|
||||||
state: latest
|
state: latest
|
||||||
- name: Install Neofetch (operating system informations logger)
|
- name: Install Fastfetch (operating system informations logger)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
name: neofetch
|
name: fastfetch
|
||||||
state: latest
|
state: latest
|
||||||
- name: Install OpenVPN (for openvpn.fish)
|
- name: Install OpenVPN (for openvpn.fish)
|
||||||
become: true
|
become: true
|
||||||
|
|||||||
Reference in New Issue
Block a user