1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 06:08:35 +01:00

readme syntax update

This commit is contained in:
eoli3n 2017-01-10 18:19:47 +01:00
parent beee685a0d
commit 84061d40be
2 changed files with 19 additions and 24 deletions

@ -1,31 +1,29 @@
# Archlinux i3-gaps Dark Solarized # Archlinux i3-gaps Dark Solarized
i3-gaps zsh polybar **i3-gaps zsh polybar**
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/i3gaps.png) ![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/i3gaps.png)
Weechat **Weechat**
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/weechat.png) ![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/weechat.png)
Chrome App mode with O!MPD, thunar gtk **Chrome App mode with O!MPD, thunar gtk**
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/thunar.png) ![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/thunar.png)
Retroarch **i3lock**
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/retroarch.png)
i3lock
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/i3lock.png) ![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/i3lock.png)
Connman **Connman**
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/connman.png) ![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/connman.png)
# Setup # Setup
**Packages**
``` ```
sudo pacman -S rxvt-unicode zsh git ttf-hack vim weechat xbindkeys powerline powerline-fonts powerline-vim xorg-xrdb xclip zsh-syntax-highlighting tmux xorg-xfd connman connman-gtk w3m lxappearance maim slop sudo pacman -S rxvt-unicode zsh git ttf-hack vim weechat xbindkeys powerline powerline-fonts powerline-vim xorg-xrdb xclip zsh-syntax-highlighting tmux xorg-xfd connman connman-gtk w3m lxappearance maim slop
@ -36,17 +34,14 @@ git clone https://github.com/guimeira/i3lock-fancy-multimonitor
``` ```
Change ``BLURTYPE="5x3"`` in ``i3lock-fancy-multimonitor/lock`` file. Change ``BLURTYPE="5x3"`` in ``i3lock-fancy-multimonitor/lock`` file.
# Zsh **Zsh deps**
**zsh-autosuggestions**
> https://github.com/zsh-users/zsh-autosuggestions
``` ```
git clone git://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions git clone git://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
``` ```
Note: zshrc needs to be adapt at your fits
**Gtk+ and Qt**
# Gtk+ and Qt
Run lxappearance and apply ``Vertex-Dark`` theme. Run lxappearance and apply ``Vertex-Dark`` theme.
@ -67,7 +62,7 @@ chrome://flags/#overlay-scrollbars
To use dark theme, go to graphical configuration and click ``Use GTK+ Theme`` To use dark theme, go to graphical configuration and click ``Use GTK+ Theme``
# Update font cache and Xresources **Update font cache and Xresources**
``` ```
fc-cache -f fc-cache -f
@ -75,6 +70,13 @@ ln -s ~/.Xresources ~/.Xdefaults
xrdb ~/.Xresources xrdb ~/.Xresources
``` ```
**Enable services**
```
systemctl --user enable weechat.service
systemctl --user enable ssh-agent.service
```
# Weechat solarized # Weechat solarized
In weechat In weechat
@ -107,14 +109,7 @@ In weechat
/upgrade /upgrade
``` ```
# Enable services # Subprojects
```
systemctl --user enable weechat.service
systemctl --user enable ssh-agent.service
```
**Subprojects**
- https://github.com/Airblader/i3 - https://github.com/Airblader/i3
- https://github.com/jaagr/polybar - https://github.com/jaagr/polybar

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 KiB