all repos

dotfiles @ 2bfc3f5

i use rach linux btw
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
                1
                 <h1 align="center">dotfiles</h1>

              
                2
                2
                 

              
                3
                3
                 ![System screenhot](./screen.png)

              
                
                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
                 

              
M vscode/README.md
···
                1
                1
                 # VSCode

              
                2
                2
                 

              
                3
                3
                 ![VSCode screenhot](./screen.png)

              
                
                4
                +---------------------------------

              
                4
                5
                 

              
                5
                
                -Install

              
                
                6
                +## Setup config

              
                6
                7
                 ```bash

              
                7
                8
                 mv ~/vscode/settings.json ~/.config/Code/User

              
                8
                9
                 ```