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!
- Host: GitHub
- URL: https://github.com/kevinoliveira/dotfiles
- Owner: kevinoliveira
- Created: 2018-06-17T03:26:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T23:29:50.000Z (over 5 years ago)
- Last Synced: 2025-01-22T14:37:03.398Z (over 1 year ago)
- Topics: configuration, dotfiles, i3, rofi, vectr, xfce
- Language: Shell
- Homepage:
- Size: 1.14 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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