updated readmes

This commit is contained in:
neoteny 2021-11-30 11:53:24 +02:00
parent 1105accfc9
commit 2bfc3f5cfd
2 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,7 @@
<h1 align="center">dotfiles</h1>
![System screenhot](./screen.png)
--------------------------------
## System info
- `OS` Arch linux
@ -12,12 +13,13 @@
## Install dependencys
```bash
sudo pacman -S git alacritty neovim zsh ttf-jetbrains-mono
sudo pacman -S git alacritty github-cli neovim tmux zsh ttf-jetbrains-mono
yay -S visual-studio-code-bin
```
## And install deps
```bash
git clone --recursive https://github.com/Smirnov-O/dotfiles .dotfiles
git clone --recursive https://github.com/Smirnov-O/dotfiles ~/.dotfiles
rcup rcrc && rcup
```

View file

@ -1,8 +1,9 @@
# VSCode
![VSCode screenhot](./screen.png)
---------------------------------
Install
## Setup config
```bash
mv ~/vscode/settings.json ~/.config/Code/User
```