mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
use neofetch instead of pfetch
This commit is contained in:
parent
aa7942a16e
commit
227ecdb0a7
@ -66,10 +66,10 @@ A repository of my personal configuration files.
|
|||||||
- [[https://github.com/canonical/lightdm][LightDM]]
|
- [[https://github.com/canonical/lightdm][LightDM]]
|
||||||
- [[https://github.com/internalfx/mailcap][mailcap]]
|
- [[https://github.com/internalfx/mailcap][mailcap]]
|
||||||
- [[https://mpv.io/][mpv]]
|
- [[https://mpv.io/][mpv]]
|
||||||
|
- [[https://github.com/dylanaraps/neofetch][neofetch]]
|
||||||
- [[https://www.npmjs.com/get-npm][npm]]
|
- [[https://www.npmjs.com/get-npm][npm]]
|
||||||
- [[https://github.com/cdemoulins/pamixer][pamixer]]
|
- [[https://github.com/cdemoulins/pamixer][pamixer]]
|
||||||
- [[https://pandoc.org/][Pandoc]]
|
- [[https://pandoc.org/][Pandoc]]
|
||||||
- [[https://github.com/dylanaraps/pfetch][pfetch]]
|
|
||||||
- [[https://github.com/altdesktop/playerctl][Playerctl]]
|
- [[https://github.com/altdesktop/playerctl][Playerctl]]
|
||||||
- [[https://www.freedesktop.org/wiki/Software/PulseAudio/][Pulseaudio]]
|
- [[https://www.freedesktop.org/wiki/Software/PulseAudio/][Pulseaudio]]
|
||||||
- [[https://github.com/GeorgeFilipkin/pulsemixer][pulsemixer]]
|
- [[https://github.com/GeorgeFilipkin/pulsemixer][pulsemixer]]
|
||||||
|
@ -20,7 +20,7 @@ function fish_greeting
|
|||||||
|
|
||||||
setxkbmap -option caps:escape
|
setxkbmap -option caps:escape
|
||||||
cat ~/.cache/wal/sequences &
|
cat ~/.cache/wal/sequences &
|
||||||
pfetch
|
neofetch
|
||||||
end
|
end
|
||||||
|
|
||||||
function path_if_exists
|
function path_if_exists
|
||||||
|
2
install
2
install
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
# Prerequisite & inistalled apps
|
# Prerequisite & inistalled apps
|
||||||
set prerequisiteApps bat broot brave caffeine-ng exa fslint fzf graphviz isync imagemagick lightdm-gtk-greeter mailcap deadd-notification-center-bin npm pandoc-bin pamixer pfetch playerctl pulseaudio pulsemixer python pywal stow sxiv tldr trayer udisks2 xwallpaper yarn xprop zathura
|
set prerequisiteApps bat broot brave caffeine-ng exa fslint fzf graphviz isync imagemagick lightdm-gtk-greeter mailcap deadd-notification-center-bin neofetch npm pandoc-bin pamixer playerctl pulseaudio pulsemixer python pywal stow sxiv tldr trayer udisks2 xwallpaper yarn xprop zathura
|
||||||
set prerequisiteFonts otf-nerd-fonts-fira-code noto-fonts ttf-unifont
|
set prerequisiteFonts otf-nerd-fonts-fira-code noto-fonts ttf-unifont
|
||||||
set prerequisiteLibraries python-panflute
|
set prerequisiteLibraries python-panflute
|
||||||
set prerequisiteLsp bash-language-server ccls php-language-server python-language-server typescript-language-server-bin vscode-css-languageserver-bin vscode-html-languageserver-bin nodejs-intelephense
|
set prerequisiteLsp bash-language-server ccls php-language-server python-language-server typescript-language-server-bin vscode-css-languageserver-bin vscode-html-languageserver-bin nodejs-intelephense
|
||||||
|
Loading…
Reference in New Issue
Block a user