From bfcc3267aa61dffe3daab4e834b11bfebfc1ce3f Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 23 Oct 2023 13:55:30 +0200 Subject: [PATCH 1/2] change exa for eza --- .config/aliasrc | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.config/aliasrc b/.config/aliasrc index 3a17b32..83feec2 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -39,10 +39,10 @@ haste() { } # ls(d) -alias l="exa" -alias la="exa -la" -alias ll="exa -l" -alias tree="exa --tree" +alias l="eza" +alias la="eza -la" +alias ll="eza -l" +alias tree="eza --tree" # metaflac alias tag="metaflac" diff --git a/README.md b/README.md index 794c914..a6cd17f 100644 --- a/README.md +++ b/README.md @@ -8,24 +8,24 @@ My debian-based/arch compatible server/root-account dotfiles. ### Required -- exa - git - tmux - neovim - zsh +- eza - sc-im (recommended) #### Debian-based Systems - `apt install git tmux neovim zsh` - get the rest manually - - https://github.com/Peltoche/lsd - - https://github.com/andmarti1424/sc-im/wiki/Ubuntu-with-XLSX-import-&-export + - [eza](https://github.com/eza-community/eza) + - [sc-im (recommended)](https://github.com/andmarti1424/sc-im/wiki/Ubuntu-with-XLSX-import-&-export) #### Arch-based Systems - Get the yay-AUR-pckagemanager or something similar (`pacman -S yay`). -- `yay -S exa git tmux neovim zsh sc-im` +- `yay -S eza git tmux neovim zsh sc-im` ## Migration of my dotfiles to other system From 1c01039530b5e8ef6ae8b7af3628aaeb082b61fd Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 20 Jul 2025 04:59:42 +0200 Subject: [PATCH 2/2] nvim: fixed error line --- .config/nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 180a357..322de0e 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -13,7 +13,7 @@ Plug 'tomasiser/vim-code-dark' call plug#end() " end plugin section -set go=a +"set go=a " enable mouse for all modes set mouse=a