An open API service indexing awesome lists of open source software.

https://github.com/irevoire/dotfiles

All my configurations files
https://github.com/irevoire/dotfiles

bepo compton dotfiles dunst i3 termite urxvt vim

Last synced: 17 days ago
JSON representation

All my configurations files

Awesome Lists containing this project

README

          

# 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'
```