mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added replacement for exa
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ if status is-interactive
|
|||||||
alias cat="bat --theme ColdDark-Cold"
|
alias cat="bat --theme ColdDark-Cold"
|
||||||
|
|
||||||
# Alias for the ls command
|
# Alias for the ls command
|
||||||
alias ls="exa --icons --long --classify"
|
alias ls="eza --icons --long --classify"
|
||||||
|
|
||||||
# configuration for Oh My Fish BobTheFish theme
|
# configuration for Oh My Fish BobTheFish theme
|
||||||
set -g theme_display_git yes
|
set -g theme_display_git yes
|
||||||
|
|||||||
+2
-2
@@ -337,10 +337,10 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: bat
|
name: bat
|
||||||
state: present
|
state: present
|
||||||
- name: Install Exa (replacement for ls)
|
- name: Install Eza (replacement for ls)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
name: exa
|
name: eza
|
||||||
state: present
|
state: present
|
||||||
- name: Install JetBrains Mono Nerd (IntelliJ font)
|
- name: Install JetBrains Mono Nerd (IntelliJ font)
|
||||||
become: true
|
become: true
|
||||||
|
|||||||
Reference in New Issue
Block a user