1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 14:13:53 +01:00
eoli3n-dotfiles/README.md

149 lines
3.8 KiB
Markdown
Raw Normal View History

2017-01-15 12:55:50 +01:00
# Archlinux i3-gaps Acid Dark
2016-03-29 20:44:38 +02:00
2017-01-15 12:55:50 +01:00
**i3-gaps zsh pureprompt polybar**
2016-09-17 18:35:54 +02:00
2016-12-30 20:48:46 +01:00
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/i3gaps.png)
2016-09-17 18:35:54 +02:00
2017-01-10 18:19:47 +01:00
**Weechat**
2016-09-17 18:35:54 +02:00
2016-12-30 19:41:29 +01:00
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/weechat.png)
2016-09-17 18:35:54 +02:00
2017-01-15 20:22:31 +01:00
**Chrome Rofi Stylish**
2016-09-17 18:35:54 +02:00
2017-01-15 20:22:31 +01:00
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/chrome-rofi.png)
2016-09-17 18:35:54 +02:00
2017-01-15 20:22:31 +01:00
**Connman GTK Theme**
2016-09-17 18:35:54 +02:00
2017-01-15 20:22:31 +01:00
![alt tag](https://github.com/eoli3n/dotfiles/blob/master/screenshots/connman-gtk.png)
2016-12-27 20:05:23 +01:00
2016-12-27 20:10:12 +01:00
# Setup
2017-01-09 22:42:58 +01:00
2017-01-10 18:19:47 +01:00
**Packages**
2017-01-09 22:42:58 +01:00
```
2017-12-16 22:45:14 +01:00
sudo pacman -S zsh-syntax-highlighting git ttf-hack vim weechat xbindkeys powerline powerline-fonts powerline-vim xorg-xrdb xclip tmux xorg-xfd connman connman-gtk w3m lxappearance maim slop pygmentize screen
2016-03-29 20:22:22 +02:00
2017-02-07 18:40:08 +01:00
pacaur -S i3-gaps polybar-git rofi compton-git powerline powerline-vim ttf-font-awesome ttf-unifont ttf-font-icons siji-git menutray cower i3lock-color-git capitaine-cursors gnome-ssh-askpass2
2016-03-29 20:22:22 +02:00
2017-01-09 22:43:48 +01:00
cd ~/.i3
git clone https://github.com/guimeira/i3lock-fancy-multimonitor
2017-01-09 22:42:58 +01:00
```
2017-01-09 22:51:49 +01:00
Change ``BLURTYPE="5x3"`` in ``i3lock-fancy-multimonitor/lock`` file.
2017-01-09 22:42:58 +01:00
2017-01-15 12:55:50 +01:00
**ZSH pure prompt**
2017-01-10 14:51:21 +01:00
2017-01-15 12:55:50 +01:00
1° Install [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
2017-01-10 14:51:21 +01:00
```
2017-01-15 12:55:50 +01:00
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
2017-01-10 14:51:21 +01:00
```
2017-01-15 12:55:50 +01:00
2° Then install [pure prompt](https://github.com/sindresorhus/pure)
2017-01-10 14:51:21 +01:00
2017-01-10 18:19:47 +01:00
**Gtk+ and Qt**
2016-09-19 12:40:40 +02:00
2017-01-09 22:51:49 +01:00
Run lxappearance and apply ``Vertex-Dark`` theme.
2017-01-09 22:45:23 +01:00
2017-01-09 22:51:49 +01:00
To use GTK-like theme with Qt edit ``~/.config/Trolltech.conf`` and set
2017-01-09 22:42:58 +01:00
```
[Qt]
style=GTK+
```
2016-09-19 12:40:40 +02:00
2017-01-09 22:56:15 +01:00
**Google chrome**
Open this link to set lighter scrollbar
```
chrome://flags/#overlay-scrollbars
```
To use dark theme, go to graphical configuration and click ``Use GTK+ Theme``
2017-01-10 18:19:47 +01:00
**Update font cache and Xresources**
2017-01-09 22:42:58 +01:00
```
fc-cache -f
ln -s ~/.Xresources ~/.Xdefaults
xrdb ~/.Xresources
2017-01-09 22:51:49 +01:00
```
2016-03-29 20:35:46 +02:00
2017-01-10 18:19:47 +01:00
**Enable services**
```
systemctl --user enable weechat.service
systemctl --user enable ssh-agent.service
```
2017-02-24 22:55:34 +01:00
**Vim pathogen plugins**
2017-02-24 22:54:08 +01:00
```
# colorizer
cd ~/.vim/bundle
git clone https://github.com/lilydjwg/colorizer
# auto-pairs
git clone git://github.com/jiangmiao/auto-pairs.git ~/.vim/bundle/auto-pairs
2017-03-01 06:42:23 +01:00
# detect indent
cd ~/.vim/bundle; git clone git://github.com/tpope/vim-sleuth.git
2017-03-01 23:42:31 +01:00
# syntax corrector
sudo pip3 install flake8
cd ~/.vim/bundle; git clone --depth=1 https://github.com/vim-syntastic/syntastic.git
# NERDtree
git clone https://github.com/scrooloose/nerdtree.git ~/.vim/bundle/nerdtree
2017-02-24 22:54:08 +01:00
```
2017-01-15 20:24:10 +01:00
# Weechat Clean Acid
2016-03-29 20:22:22 +02:00
2017-01-09 22:56:15 +01:00
In weechat
2017-01-09 22:42:58 +01:00
```
/set weechat.bar.status.color_bg 0
/set weechat.bar.title.color_bg 0
/set weechat.color.chat_nick_colors 1,2,3,4,5,6
/set buffers.color.hotlist_message_fg 7
/set weechat.color.chat_highlight_bg red
/set weechat.color.chat_highlight black
/script install colorize_nicks.py buffers.pl iset.pl highmon.pl
/bar toggle nicklist
/bar toggle title
/bar toggle status
/set weechat.look.separator_horizontal " "
/set buffers.color.current_bg 240
/set buffers.color.current_fg white
/set buffers.look.show_number off
/set weechat.bar.buffers.position top
/set weechat.look.buffer_time_format ${color:252}%H${color:245}%M${color:240}%S
/set env TERM screen-256color
/set weechat.bar.input.items " ,[input_search],[input_paste],input_text"
/set weechat.bar.input.color_delim 240
/set weechat.look.prefix_error "✘"
/set weechat.look.prefix_join ""
/set weechat.look.prefix_quit ""
/set weechat.look.prefix_suffix " "
/set weechat.look.read_marker none
/upgrade
```
2017-01-10 18:19:47 +01:00
# Subprojects
2016-12-27 20:10:12 +01:00
2017-01-09 22:51:49 +01:00
- https://github.com/Airblader/i3
- https://github.com/jaagr/polybar
- https://github.com/guimeira/i3lock-fancy-multimonitor
- https://github.com/chjj/compton
2017-01-15 21:02:31 +01:00
- https://github.com/lilydjwg/colorizer
2017-01-15 12:55:50 +01:00
- [hyperterm-snazzy-Xresources](https://gist.github.com/zhy0/ffdab4b01f8cf6a6814261d4c4eed0be)
## Previously
* [i3-gaps Dark Solarized](https://github.com/eoli3n/dotfiles/tree/zsh-agnoster-solarized)
2017-01-10 18:25:08 +01:00
**IRC**
eoli3n @ freenode #archlinux-fr