use eza instead of exa
This commit is contained in:
parent
47dc51c065
commit
697a6402c3
4 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ abbr cl "cat src/**.* | sed '/^\s*\$/d' | wc -l"
|
|||
abbr cp "cp -rv"
|
||||
abbr diff "delta"
|
||||
abbr grep "grep -Irni 'txt' ."
|
||||
abbr ls "exa --git --icons -gl"
|
||||
abbr ls "eza --git --icons -gl"
|
||||
abbr mgcc "clear; gcc -Wall -Wextra -Wconversion -Wdouble-promotion -Wshadow -Wcast-align -Wstrict-prototypes -fanalyzer -fsanitize=undefined -fsanitize-undefined-trap-on-error -g3 main.c && ./a.out; rm a.out 2> /dev/null"
|
||||
abbr mg++ "clear; g++ -Wall -Wextra -Wdouble-promotion -Wshadow -Wnon-virtual-dtor -pedantic -g3 -Wold-style-cast -Wsign-conversion main.cpp && ./a.out; rm a.out 2> /dev/null"
|
||||
abbr mmake "clear; make && ./main; make clean 2> /dev/null"
|
||||
|
|
2
arch.sh
2
arch.sh
|
@ -83,7 +83,7 @@ main() {
|
|||
rm "$HOME"/.config/fish/functions/fish_prompt.fish 2> /dev/null
|
||||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/
|
||||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/conf.d/promp_color.fish -O "$HOME"/.config/fish/conf.d/promp_color.fish
|
||||
# EXA colors
|
||||
# EZA colors
|
||||
fish -c "set -Ux EXA_COLORS 'di=1;36:da=35'"
|
||||
# Add abbreviations
|
||||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/conf.d/abbr.fish -O "$HOME"/.config/fish/conf.d/abbr.fish
|
||||
|
|
|
@ -29,7 +29,7 @@ main() {
|
|||
sudo pacman -S --noconfirm git wget zip openssh bat base-devel make \
|
||||
python-pygments micro git-lfs npm sdl2_image nodejs \
|
||||
fish autoconf valgrind automake python-virtualenv gdb \
|
||||
tk sdl2_mixer exa fzf glu man-pages-fr uwufetch mdcat \
|
||||
tk sdl2_mixer eza fzf glu man-pages-fr uwufetch mdcat \
|
||||
python-pip opam cpanminus unison timidity++ \
|
||||
rebuild-detector git-delta sdl2_ttf rustup libsamplerate \
|
||||
rsync doxygen emacs-nox otf-fira-sans ttf-fira-code \
|
||||
|
@ -108,7 +108,7 @@ main() {
|
|||
# Modifications: Changed comment color
|
||||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/
|
||||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/conf.d/promp_color.fish -O "$HOME"/.config/fish/conf.d/promp_color.fish
|
||||
# EXA colors
|
||||
# EZA colors
|
||||
fish -c "set -Ux EXA_COLORS 'di=1;36:da=35'"
|
||||
# Add abbreviations
|
||||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/conf.d/abbr.fish -O "$HOME"/.config/fish/conf.d/abbr.fish
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
"tk",
|
||||
"sdl2_mixer",
|
||||
"xdg-desktop-portal-gnome",
|
||||
"exa",
|
||||
"eza",
|
||||
"texlive-latexextra",
|
||||
"texlive-langfrench",
|
||||
"texlive-luatex",
|
||||
|
|
Loading…
Reference in a new issue