mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
updated readmes
This commit is contained in:
parent
1105accfc9
commit
2bfc3f5cfd
2 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
<h1 align="center">dotfiles</h1>
|
<h1 align="center">dotfiles</h1>
|
||||||
|
|
||||||

|

|
||||||
|
--------------------------------
|
||||||
|
|
||||||
## System info
|
## System info
|
||||||
- `OS` Arch linux
|
- `OS` Arch linux
|
||||||
|
|
@ -12,12 +13,13 @@
|
||||||
|
|
||||||
## Install dependencys
|
## Install dependencys
|
||||||
```bash
|
```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
|
## And install deps
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive https://github.com/Smirnov-O/dotfiles .dotfiles
|
git clone --recursive https://github.com/Smirnov-O/dotfiles ~/.dotfiles
|
||||||
rcup rcrc && rcup
|
rcup rcrc && rcup
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,9 @@
|
||||||
# VSCode
|
# VSCode
|
||||||
|
|
||||||

|

|
||||||
|
---------------------------------
|
||||||
|
|
||||||
Install
|
## Setup config
|
||||||
```bash
|
```bash
|
||||||
mv ~/vscode/settings.json ~/.config/Code/User
|
mv ~/vscode/settings.json ~/.config/Code/User
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue