mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
21 lines
515 B
Markdown
21 lines
515 B
Markdown
# Env setup
|
|
sudo pacman -S zsh ttf-hack git vim weechat powerline-fonts xorg-xrdb xclip
|
|
|
|
# reload Xresources
|
|
xrdb ~/.Xresources
|
|
|
|
# update font cache
|
|
fc-cache -f
|
|
|
|
# ansible
|
|
sudo pip install ansible
|
|
|
|
# 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
|
|
/set weechat.color.chat_highlight_bg red
|
|
/set weechat.color.chat_highlight black
|
|
/script install colorize_nicks.py buffers.pl iset.pl highmon.pl
|