1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00
Sway acid dark
Go to file
2017-12-17 01:27:04 +01:00
compton first vagrant test 2017-12-16 22:45:14 +01:00
cursor/.Xresources.d first vagrant test 2017-12-16 22:45:14 +01:00
i3-wm submodules ok 2017-12-16 23:52:34 +01:00
neofetch/.config/neofetch first vagrant test 2017-12-16 22:45:14 +01:00
polybar/.config/polybar first vagrant test 2017-12-16 22:45:14 +01:00
rofi first vagrant test 2017-12-16 22:45:14 +01:00
screen first vagrant test 2017-12-16 22:45:14 +01:00
screenshots added screenshots 2017-01-15 20:22:31 +01:00
ssh-agent/.config/systemd/user first vagrant test 2017-12-16 22:45:14 +01:00
termite first vagrant test 2017-12-16 22:45:14 +01:00
vagrant/archlinux fixed ansible installation 2017-12-17 00:24:47 +01:00
vim submodules ok 2017-12-16 23:52:34 +01:00
weechat/.config/systemd/user first vagrant test 2017-12-16 22:45:14 +01:00
xbindkeys first vagrant test 2017-12-16 22:45:14 +01:00
zsh fixed symlinks zsh pure prompt 2017-12-17 00:13:08 +01:00
.gitignore first vagrant test 2017-12-16 22:45:14 +01:00
.gitmodules submodules ok 2017-12-16 23:52:34 +01:00
install.sh fixed install script 2017-12-17 00:57:03 +01:00
install.yml fixed packages 2017-12-17 01:27:04 +01:00
README.md first vagrant test 2017-12-16 22:45:14 +01:00
TODO first vagrant test 2017-12-16 22:45:14 +01:00

Archlinux i3-gaps Acid Dark

i3-gaps zsh pureprompt polybar

alt tag

Weechat

alt tag

Chrome Rofi Stylish

alt tag

Connman GTK Theme

alt tag

Setup

Packages

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

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

cd ~/.i3
git clone https://github.com/guimeira/i3lock-fancy-multimonitor

Change BLURTYPE="5x3" in i3lock-fancy-multimonitor/lock file.

ZSH pure prompt

1° Install oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

2° Then install pure prompt

Gtk+ and Qt

Run lxappearance and apply Vertex-Dark theme.

To use GTK-like theme with Qt edit ~/.config/Trolltech.conf and set

[Qt]
style=GTK+

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

Update font cache and Xresources

fc-cache -f
ln -s ~/.Xresources ~/.Xdefaults
xrdb ~/.Xresources

Enable services

systemctl --user enable weechat.service
systemctl --user enable ssh-agent.service

Vim pathogen plugins

# 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

# detect indent
cd ~/.vim/bundle; git clone git://github.com/tpope/vim-sleuth.git

# 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

Weechat Clean Acid

In 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
/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

Subprojects

Previously

IRC

eoli3n @ freenode #archlinux-fr