mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-10 04:37:46 +02:00
Compare commits
2 Commits
efb0a60374
...
1b16fbbdc5
Author | SHA1 | Date | |
---|---|---|---|
|
1b16fbbdc5 | ||
|
58c38bd31c |
@ -37,10 +37,10 @@ haste() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# ls(d)
|
# ls(d)
|
||||||
alias l="lsd"
|
alias l="exa"
|
||||||
alias la="lsd -la"
|
alias la="exa -la"
|
||||||
alias ll="lsd -l"
|
alias ll="exa -l"
|
||||||
alias tree="lsd --tree"
|
alias tree="exa --tree"
|
||||||
|
|
||||||
# metaflac
|
# metaflac
|
||||||
alias tag="metaflac"
|
alias tag="metaflac"
|
||||||
|
@ -8,7 +8,7 @@ My debian-based/arch compatible server/root-account dotfiles.
|
|||||||
|
|
||||||
### Required
|
### Required
|
||||||
|
|
||||||
- lsd
|
- exa
|
||||||
- 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 lsd git tmux neovim zsh sc-im`
|
- `yay -S exa 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