mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-10-31 22:17:31 +00:00
30 lines
748 B
Markdown
Executable file
30 lines
748 B
Markdown
Executable file
# Horhik's dotfiles
|
|
#### XMonad/XMobar
|
|
![xmonad screenshot](https://raw.githubusercontent.com/Horhik/dotfiles/master/github/xmonad-xmobar.png)
|
|
---
|
|
#### i3/Polybar
|
|
![XMonad/XMobar screenshot](https://raw.githubusercontent.com/Horhik/dotfiles/master/github/i3-polybar.png)
|
|
|
|
#### dwm
|
|
![Dwm screenshot](https://raw.githubusercontent.com/Horhik/dotfiles/dots/github/screenshots/dwm.png)
|
|
### Installing
|
|
|
|
`
|
|
cd dotfiles/home
|
|
stow --adopt -vt ~ *
|
|
`
|
|
|
|
### Info
|
|
``` bash
|
|
Theme = Dracula
|
|
WM = XMonad or i3-gaps
|
|
Bar = XMobar or Polybar # (depend by WM)
|
|
Terminal = alacritty
|
|
Font = Mononoki
|
|
Wallpapers = variety
|
|
Shell = oh-my-zsh or oh-my-fish
|
|
Editor = nvim or doom-emacs
|
|
Notifications = dunst
|
|
```
|
|
|