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

https://github.com/kevinoliveira/dotfiles

my personal config files!
https://github.com/kevinoliveira/dotfiles

configuration dotfiles i3 rofi vectr xfce

Last synced: about 1 month ago
JSON representation

my personal config files!

Awesome Lists containing this project

README

          

![Image of Yaktocat](https://dotfiles.github.io/images/dotfiles-logo.png)

# dependencies
- i3wm
- neovim
- ttf-ubuntu-font-family
- ttf-font-awesome
- xorg-xinput

```
> tree -I *.md
.
├── build.sh
├── destinations.sh
├── i3wm
│   ├── config
│   ├── i3status.conf
│   ├── thinkpad@config
│   └── thinkpad@i3status.conf
├── launchers
│   ├── Create Launcher.desktop
│   ├── i3: enable border.desktop
│   ├── i3: remove border.desktop
│   ├── i3: sticky window.desktop
│   ├── i3: toggle bar.desktop
│   ├── redshift: disable .desktop
│   └── redshift: enable.desktop
├── neovim
│   └── init.vim
├── rofi
│   ├── config
│   └── theme.rasi
├── scripts
│   ├── i3-shortcuts.sh
│   └── rofigen.sh
├── variables.sh
├── wallpaper
│   └── 80city.jpg
└── xfce4-terminal
└── terminalrc

8 directories, 21 files
```