roshar configuration files
Go to file
Roland Thomas Jr 7905a7e926
Update pkg.list
2024-02-25 16:41:46 -05:00
.config Update pkg.list 2024-02-25 16:41:46 -05:00
.local/bin black -l 120 qtile config 2023-09-04 12:29:40 -04:00
.Xresources Update 2023-04-14 12:48:43 -04:00
.bash_profile Add bash_profile support for xsecurelock, add config.fish supportt for xsecurelock 2023-06-29 00:13:36 -04:00
.bashrc Update .bashrc, abbreviations.fish 2023-09-26 12:24:54 -04:00
.dir_colors Update 2022-12-11 11:07:30 -05:00
.inputrc Update 2023-02-08 11:20:50 -05:00
.tmux.conf Update rofi icons 2023-09-15 11:44:41 -04:00
.vimrc Updates 2023-10-17 13:13:08 -04:00
.xinitrc Add bash_profile support for xsecurelock, add config.fish supportt for xsecurelock 2023-06-29 00:13:36 -04:00
README.md Update README.md 2023-06-18 10:25:33 -04:00

README.md

Configuration Files Repository

This repository contains a collection of configuration files for a variety of applications and shells. These files allow you to customize your working environment to your liking.

Repository Structure

The repository has the following structure:

.
├── .bash_profile
├── .bashrc
├── .config
│   ├── alacritty
│   │   └── alacritty.yml
│   ├── bottom
│   │   └── bottom.toml
│   ├── fish
│   │   ├── abbreviations.fish
│   │   ├── config.fish
│   │   └── functions
│   │       ├── cfa.fish
│   │       ├── cfc.fish
│   │       ├── cf.fish
│   │       ├── cfp.fish
│   │       ├── cfs.fish
│   │       ├── fish_greeting.fish
│   │       ├── fish_user_key_bindings.fish
│   │       ├── sudo.fish
│   │       └── tdm.fish
│   ├── flameshot
│   │   └── flameshot.ini
│   ├── fontsearch.sh
│   ├── kitty
│   │   └── kitty.conf
│   ├── neofetch
│   │   └── config.conf
│   ├── picom
│   │   └── picom.conf
│   ├── pkg.list
│   ├── qtile
│   │   ├── config.py
│   │   ├── dhk
│   │   └── wallpaper
│   │       ├── background.jpg
│   │       ├── gunter_throne_1760x1262.png
│   │       ├── gunter_throne.png
│   │       ├── gunter_wallpaper_1920x1080_fill.png
│   │       ├── gunter_wallpaper3440x1440_fill.png
│   │       ├── gunter_wallpaper3440x1440.png
│   │       ├── gunter_wallpaper.png
│   │       ├── not_supported.png
│   │       ├── wallpaper.jpg
│   │       └── wallpaper.png
│   └── spotifyd
│       └── spotifyd.conf
├── .dir_colors
├── .git
│   └── ...
├── .inputrc
├── .local
│   └── bin
│       ├── bjendal
│       └── roshar
├── README.md
├── .tmux.conf
├── .vimrc
├── .xinitrc
└── .Xresources