all repos

dotfiles @ 2bfc3f5

my dotfiles
2 files changed, 6 insertions(+), 3 deletions(-)
updated readmes
Author: neoteny ss2316544@gmail.com
Committed at: 2021-11-30 11:53:24 +0200
Parent: 1105acc
M README.md

@@ -1,6 +1,7 @@

<h1 align="center">dotfiles</h1> ![System screenhot](./screen.png) +-------------------------------- ## System info - `OS` Arch linux

@@ -12,12 +13,13 @@ - `Font` Jatbrains Mono

## 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 ```
M vscode/README.md

@@ -1,8 +1,9 @@

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