From 2bfc3f5cfd6d40b75e369ffaa97c7babb6ea6936 Mon Sep 17 00:00:00 2001 From: neoteny Date: Tue, 30 Nov 2021 11:53:24 +0200 Subject: [PATCH] updated readmes --- README.md | 6 ++++-- vscode/README.md | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5fb1e8..e53b0a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@

dotfiles

![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 ``` diff --git a/vscode/README.md b/vscode/README.md index 37345bb..1cb4630 100644 --- a/vscode/README.md +++ b/vscode/README.md @@ -1,8 +1,9 @@ # VSCode ![VSCode screenhot](./screen.png) +--------------------------------- -Install +## Setup config ```bash mv ~/vscode/settings.json ~/.config/Code/User ```