33 lines
297 B
Markdown
33 lines
297 B
Markdown
# Arch Linux WSL Dotfiles
|
|
|
|
## Requirement
|
|
|
|
* fd
|
|
* tree
|
|
* bat
|
|
* highlight
|
|
|
|
## Installtion
|
|
|
|
vim
|
|
|
|
```sh
|
|
ln -sf dotfiles/.vimrc ~/.vimrc
|
|
```
|
|
|
|
zsh
|
|
|
|
```sh
|
|
touch ~/.zshrc
|
|
|
|
ln -sf dotfiles/zsh ~/.config/zsh
|
|
|
|
echo "source ~/.config/zsh" > ~/.zshrc
|
|
```
|
|
|
|
yazi
|
|
|
|
```sh
|
|
ln -sf dotfiles/yazi ~/.config/yazi
|
|
```
|