Dotfiles/README.md

30 lines
748 B
Markdown
Raw Permalink Normal View History

2020-07-27 05:19:31 +00:00
# Horhik's dotfiles
2020-07-27 13:39:49 +00:00
#### 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)
2020-10-12 08:07:44 +00:00
#### dwm
![Dwm screenshot](https://raw.githubusercontent.com/Horhik/dotfiles/dots/github/screenshots/dwm.png)
2020-12-03 21:01:46 +00:00
### Installing
`
cd dotfiles/home
stow --adopt -vt ~ *
`
2020-07-27 13:39:49 +00:00
### Info
``` bash
Theme = Dracula
WM = XMonad or i3-gaps
Bar = XMobar or Polybar # (depend by WM)
Terminal = alacritty
2020-07-27 16:19:02 +00:00
Font = Mononoki
2020-07-27 13:39:49 +00:00
Wallpapers = variety
Shell = oh-my-zsh or oh-my-fish
Editor = nvim or doom-emacs
Notifications = dunst
2020-07-27 05:48:27 +00:00
```