Skip to content

irevoire/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'