irevoire / dotfiles

All my configurations files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After an install of archlinux

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'

About

All my configurations files


Languages

Language:Vim Script 83.6%Language:Shell 16.4%