mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
update, neovim use build-in lsp
This commit is contained in:
parent
8aa92b589f
commit
fcb370ba0b
8 changed files with 152 additions and 156 deletions
11
README.md
11
README.md
|
|
@ -1,8 +1,5 @@
|
|||
<h1 align="center">dotfiles</h1>
|
||||
|
||||

|
||||
----------------------------
|
||||
|
||||
#### System configuration
|
||||
- `OS` Arch
|
||||
- `WM` bspwm
|
||||
|
|
@ -10,7 +7,7 @@
|
|||
- `Shell` zsh
|
||||
- `Editor` nvim, vscode
|
||||
- `File manager` ranger
|
||||
- `Browser` firefox
|
||||
- `Browser` firefox, chrome
|
||||
- `Font` Jatbrains Mono
|
||||
- `Icon font` Font Awesome
|
||||
- `Launcher` rofi
|
||||
|
|
@ -23,12 +20,12 @@ yay -S rcm
|
|||
|
||||
Install dependency:
|
||||
```bash
|
||||
sudo pacman -S neovim tmux git dunst picom bspwm sxhkd kitty rofi zsh ranger ttf-jetbrains-mono ttf-font-awesome
|
||||
yay -S polybar
|
||||
sudo pacman -S git bspwm sxhkd dunst kitty picom rofi zsh ranger ttf-font-awesome ttf-jetbrains-mono
|
||||
yay -S neovim-nightly-bin polybar
|
||||
```
|
||||
|
||||
And install configs:
|
||||
```bash
|
||||
git clone --recursive https://github.com/Smirnov-O/dotfiles .dotfiles
|
||||
rcup
|
||||
rcup rcrc && rcup
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue