2 files changed,
6 insertions(+),
3 deletions(-)
jump to
| M | README.md |
| M | vscode/README.md |
M
README.md
··· 1 1 <h1 align="center">dotfiles</h1> 2 2 3 3  4 +-------------------------------- 4 5 5 6 ## System info 6 7 - `OS` Arch linux ··· 12 13 13 14 ## Install dependencys 14 15 ```bash 15 -sudo pacman -S git alacritty neovim zsh ttf-jetbrains-mono 16 +sudo pacman -S git alacritty github-cli neovim tmux zsh ttf-jetbrains-mono 17 +yay -S visual-studio-code-bin 16 18 ``` 17 19 18 20 ## And install deps 19 21 ```bash 20 -git clone --recursive https://github.com/Smirnov-O/dotfiles .dotfiles 22 +git clone --recursive https://github.com/Smirnov-O/dotfiles ~/.dotfiles 21 23 rcup rcrc && rcup 22 24 ``` 23 25