|
1 year ago | |
---|---|---|
bash | 1 year ago | |
color-schemes | 1 year ago | |
firefox | 1 year ago | |
fonts/truetype/firacode | 1 year ago | |
gtk-2.0 | 1 year ago | |
gtk-3.0 | 1 year ago | |
gtk-4.0 | 1 year ago | |
i3 | 1 year ago | |
icons | 1 year ago | |
qt5ct | 1 year ago | |
rofi | 1 year ago | |
sway | 1 year ago | |
vim | 1 year ago | |
waybar | 1 year ago | |
xfce4/terminal | 1 year ago | |
zathura | 1 year ago | |
.gitignore | 1 year ago | |
.gtkrc-2.0 | 1 year ago | |
LICENSE.md | 1 year ago | |
README.md | 1 year ago | |
Xdefaults | 1 year ago | |
symlink.sh | 1 year ago |
Basic notes on configs.
Unless otherwise stated, configs that normally appear in ~/ are instead symlinked to the appropriate directory in ~/.config (this repository). Run symlink.sh to automatically configure these.
profile -> ~/.profile
Setup global vars and SSH Agent
./bash/
All configurations for bash consolidated in one directory
bash_profile -> ~/.bash_profile
Loads bashrc, builds PATH
bashrc -> ~/.bashrc
Symlink not strictly necessary as this is loaded by .bash_profile which could source it directly. However it is still symlinked for cross-compatability.
On tty1, auto-exec Sway or i3 based on last used.
Force Vim as editor.
Force terminal history, size and auto-completion.
Ring bell to mark command completion as urgent.
Select the prompt stlye (Only ‘truecolor’ terms support full-height blocks).
Set up aliases to colorize certain commands.
Load bash_aliases for other shortcuts.
Append personal CLI programs to PATH.
Some Perl stuff.
bash_logout -> ~/.bash_logout
Removes SSH Agent
background-prompt.sh
Bolder and more stylish, but the block characters aren't full height in XTerm, UXTerm or urxvt.
color-prompt.sh
Multi-line, colored prompt that is supported by all terminals.
Across multiple config files. See apply-gruvbox.sh in scripts repository.
xfce4/terminal/colorschemes
Just the Gruvbox-dark themes as a backup.
xfce4/terminal/terminalrc
Actual xfce4-terminal preferences.
Xdefaults
XTerm, UXTerm and URxvt preferences. Backup of Gruvbox settings, fonts, launcher, etc.
Importantly, sets urgentOnBell so that windows and workspaces get highlights.
icons/default/index.theme
Sets default GTK theme (FlatbedCursors-Blue).
icons/
Flatbed cursors and Papirus desktop icons
zathura/zathurarc
Gruvbox theme for recoloring documents.