1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-04 01:57:46 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
marten
1b16fbbdc5
Update README.md 2022-09-07 01:17:06 +02:00
marten
58c38bd31c
Update aliasrc 2022-09-07 01:16:36 +02:00
2 changed files with 6 additions and 6 deletions

View File

@ -37,10 +37,10 @@ haste() {
}
# ls(d)
alias l="lsd"
alias la="lsd -la"
alias ll="lsd -l"
alias tree="lsd --tree"
alias l="exa"
alias la="exa -la"
alias ll="exa -l"
alias tree="exa --tree"
# metaflac
alias tag="metaflac"

View File

@ -8,7 +8,7 @@ My debian-based/arch compatible server/root-account dotfiles.
### Required
- lsd
- exa
- git
- tmux
- neovim
@ -25,7 +25,7 @@ My debian-based/arch compatible server/root-account dotfiles.
#### Arch-based Systems
- Get the yay-AUR-pckagemanager or something similar (`pacman -S yay`).
- `yay -S lsd git tmux neovim zsh sc-im`
- `yay -S exa git tmux neovim zsh sc-im`
## Migration of my dotfiles to other system