roshar configuration files
Go to file
Roland Thomas Jr ed2c763352
Updates
2024-06-13 19:09:36 -04:00
.config Updates 2024-06-13 19:09:36 -04:00
.local/bin Updates 2024-06-13 19:09:36 -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 Updates 2024-06-13 19:09:36 -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 Updates 2024-06-13 19:09:36 -04:00
.vimrc Update set_audio_sink add copilot to vim and nvim 2024-03-22 12:07:55 -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