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
- Host: GitHub
- URL: https://github.com/irevoire/dotfiles
- Owner: irevoire
- Created: 2018-06-09T14:10:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T18:00:17.000Z (about 5 years ago)
- Last Synced: 2026-01-14T01:12:50.807Z (5 months ago)
- Topics: bepo, compton, dotfiles, dunst, i3, termite, urxvt, vim
- Language: Vim script
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```