mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 08:57:45 +02:00
change exa for eza
This commit is contained in:
parent
768a4b0aec
commit
bfcc3267aa
@ -39,10 +39,10 @@ haste() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# ls(d)
|
# ls(d)
|
||||||
alias l="exa"
|
alias l="eza"
|
||||||
alias la="exa -la"
|
alias la="eza -la"
|
||||||
alias ll="exa -l"
|
alias ll="eza -l"
|
||||||
alias tree="exa --tree"
|
alias tree="eza --tree"
|
||||||
|
|
||||||
# metaflac
|
# metaflac
|
||||||
alias tag="metaflac"
|
alias tag="metaflac"
|
||||||
|
@ -8,24 +8,24 @@ My debian-based/arch compatible server/root-account dotfiles.
|
|||||||
|
|
||||||
### Required
|
### Required
|
||||||
|
|
||||||
- exa
|
|
||||||
- git
|
- git
|
||||||
- tmux
|
- tmux
|
||||||
- neovim
|
- neovim
|
||||||
- zsh
|
- zsh
|
||||||
|
- eza
|
||||||
- sc-im (recommended)
|
- sc-im (recommended)
|
||||||
|
|
||||||
#### Debian-based Systems
|
#### Debian-based Systems
|
||||||
|
|
||||||
- `apt install git tmux neovim zsh`
|
- `apt install git tmux neovim zsh`
|
||||||
- get the rest manually
|
- get the rest manually
|
||||||
- https://github.com/Peltoche/lsd
|
- [eza](https://github.com/eza-community/eza)
|
||||||
- https://github.com/andmarti1424/sc-im/wiki/Ubuntu-with-XLSX-import-&-export
|
- [sc-im (recommended)](https://github.com/andmarti1424/sc-im/wiki/Ubuntu-with-XLSX-import-&-export)
|
||||||
|
|
||||||
#### Arch-based Systems
|
#### Arch-based Systems
|
||||||
|
|
||||||
- Get the yay-AUR-pckagemanager or something similar (`pacman -S yay`).
|
- 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
|
## Migration of my dotfiles to other system
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user