mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Added alacitty, github-cli, updated zsh, vscode, README, deleted not used configs
This commit is contained in:
parent
08e75ea6e9
commit
02491dec2c
24 changed files with 145 additions and 640 deletions
36
README.md
36
README.md
|
|
@ -1,34 +1,24 @@
|
|||
<h1 align="center">dotfiles</h1>
|
||||
|
||||

|
||||
--------------
|
||||
|
||||
### System configuration
|
||||
- `OS` Arch
|
||||
- `WM` bspwm
|
||||
- `Terminal` kitty
|
||||
- `Shell` zsh
|
||||
- `Editor` nvim, vscode
|
||||
- `File manager` ranger
|
||||
- `Browser` chrome
|
||||
## System info
|
||||
- `OS` Arch linux
|
||||
- `DE` Gnome 4
|
||||
- `Terminal` Alacritty
|
||||
- `Editors` nvim, vscode
|
||||
- `Browser` chrome, firefox
|
||||
- `Font` Jatbrains Mono
|
||||
- `Icon font` Font Awesome
|
||||
- `Launcher` rofi
|
||||
|
||||
### Install config
|
||||
Since i use **[rcm](https://github.com/thoughtbot/rcm)** set it:
|
||||
## Install dependencys
|
||||
```bash
|
||||
yay -S rcm
|
||||
sudo pacman -S git alacritty neovim zsh ttf-jetbrains-mono
|
||||
```
|
||||
|
||||
Install dependency:
|
||||
```bash
|
||||
sudo pacman -S git bspwm sxhkd dunst alacritty neovim picom rofi zsh ranger ttf-font-awesome ttf-jetbrains-mono
|
||||
yay -S polybar
|
||||
```
|
||||
|
||||
And install configs:
|
||||
## And install deps
|
||||
```bash
|
||||
git clone --recursive https://github.com/Smirnov-O/dotfiles .dotfiles
|
||||
rcup rcrc && rcup
|
||||
```
|
||||
|
||||
## Gonome extensions
|
||||
- [Freon](https://extensions.gnome.org/extension/841/freon)
|
||||
- [DDTerm](https://extensions.gnome.org/extension/3780/ddterm)
|
||||
Loading…
Add table
Add a link
Reference in a new issue