mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Clean dotfiles
This commit is contained in:
parent
5c2b55f13c
commit
197750ffa3
32 changed files with 123 additions and 579 deletions
14
README.md
14
README.md
|
|
@ -6,29 +6,29 @@
|
|||
#### System configuration
|
||||
- `OS` Arch
|
||||
- `WM` bspwm, openbox
|
||||
- `Terminal` alacritty, kitty
|
||||
- `Terminal` kitty
|
||||
- `Shell` zsh
|
||||
- `Editor` nvim, vscode
|
||||
- `File manager` ranger
|
||||
- `Browser` firefox
|
||||
- `Font` Jatbrains Mono
|
||||
- `Icon font` FontAwesome
|
||||
- `Icon font` Font Awesome
|
||||
- `Launcher` rofi
|
||||
|
||||
#### Install config
|
||||
Since i use **[rcm](https://github.com/thoughtbot/rcm)** set it:
|
||||
~~~bash
|
||||
```bash
|
||||
yay -S rcm
|
||||
~~~
|
||||
```
|
||||
|
||||
Install dependency:
|
||||
```bash
|
||||
sudo pacman -S neovim tmux git openbox tint2 bspwm sxhkd kitty picom dunst zsh rofi ranger firefox ttf-font-awesome ttf-jetbrains
|
||||
yay -S polybar xkblayout
|
||||
yay -S polybar
|
||||
```
|
||||
|
||||
And install config:
|
||||
~~~bash
|
||||
```bash
|
||||
git clone https://github.com/Smirnov-O/dotfiles .dotfiles
|
||||
rcup
|
||||
~~~
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue