2016-03-28 10:52:26 +02:00
|
|
|
# Env setup
|
2016-03-29 09:49:40 +02:00
|
|
|
sudo pacman -S zsh ttf-hack git vim weechat powerline-fonts xorg-xrdb xclip
|
2016-03-29 09:53:31 +02:00
|
|
|
|
|
|
|
# reload Xresources
|
|
|
|
xrdb ~/.Xresources
|
|
|
|
|
|
|
|
# update font cache
|
|
|
|
fc-cache -f
|
|
|
|
|
2016-03-28 10:55:17 +02:00
|
|
|
# ansible
|
|
|
|
sudo pip install ansible
|
2016-03-29 09:53:31 +02:00
|
|
|
|
2016-03-28 12:17:22 +02:00
|
|
|
# conf weechat
|
|
|
|
/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
|
2016-03-29 10:23:27 +02:00
|
|
|
/set weechat.color.chat_highlight_bg red
|
|
|
|
/set weechat.color.chat_highlight black
|
2016-03-28 12:17:22 +02:00
|
|
|
/script install colorize_nicks.py buffers.pl iset.pl highmon.pl
|