curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/irevoire/dotfiles/master/archlinux.sh | sh
dependency :
# base
pacman -S termite ttf-dejavu noto-fonts-emoji
# i3
pacman -S i3 dunst flameshot compton feh pulseaudio
# zsh
pacman -S zsh grml-zsh-config zsh-autosuggestions zsh-syntax-highlighting
for neovim:
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'