This repo includes most of the dotfiles that i use on every system.
| Path | Software |
|---|---|
.dir_colors |
Set colors used by GNU ls |
.extend.bashrc |
bash / zsh configuration file. Includes aliases, env variables, etc. |
.Xresources |
XServer DPI and display settings, rofi theme |
.zshrc |
Z shell configuration |
.config/sakura/sakura.conf |
sakura terminal theme and other settings |
usr/share/oh-my-zsh/themes/agnoster-custom.zsh-theme |
oh-my-zsh custom theme, based on agnoster oh-my-zsh |
.vim/vimrc |
vim configuration |
.config/awesome |
awesomewm configuration |
| Setting | Theme |
|---|---|
| Icons | Papirus-Dark |
| Cursor | vimix-cursors |
| GTK 2 / 3 | Matcha-dark-azul |
| Awesome WM | Custom theme |
| Rofi | Custom theme |
| Sakura | Custom theme |
| vim | deus |
| Where | Font |
|---|---|
Terminal (sakura) |
Hack |
| IDE's, editors, etc | Hack |
| GTK/QT Applications | Noto Sans |
- Install vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- Copy
.vim/vimrcto~/.vim/vimrc(or to~/.vimrc) - Open
vim - Run
:PlugInstall - Restart vim
- Screenshot