1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-19 16:27:45 +02:00

Compare commits

..

No commits in common. "1b16fbbdc596e48e79e4b397a165d49613b2384a" and "efb0a603743c991d1bd624aa992291847936031d" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -8,7 +8,7 @@ My debian-based/arch compatible server/root-account dotfiles.
### Required ### Required
- exa - lsd
- git - git
- tmux - tmux
- neovim - neovim
@ -25,7 +25,7 @@ My debian-based/arch compatible server/root-account dotfiles.
#### 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 lsd git tmux neovim zsh sc-im`
## Migration of my dotfiles to other system ## Migration of my dotfiles to other system