initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user