This is a repository with my configuration files. This will always be a WIP repo.
To use this configurations you have to clone this repository, setup the needed software and run the stow_all
script.
If there's any module that you don't want simply delete it before running the stow_all script.
My focus for now is music, most scripts are related to that.
The music directory is organized as "/artist
- genre
/release year
- album
- Cd disc number
/track number
. song title
".
This helps a lot with all the scripting and configs.
I've recently installed these dotfiles in a new machine and faced some turbulence. So I'll try to provide a more complete walkthrough of the installation process.
Needed software (most of these are provided by your package manager):
- Zsh;
- Spaceship Prompt;
- stow;
- bat;
- mpd: this is optional;
- mpc: this is optional;
- exa: this is optional, if you don't want it go to
.aliases
and remove all lines that mention it; - paru: this is optional, if you don't want it go to
.aliases
and remove all lines that mention it.
After installing everything open Konsole Configuration Window and set the default shell to zsh
.
Some stuff has to be manually configured such as:
- all kde widgets;
- vscode extensions;
- spotify appearance (via spicetify and custom rules to remove the window borders);
- duckduckgo theme;
- intelij theme.
You may also need to manually choose the kde global theme, MaterialGruvbox
, and enforce the use of the themes color scheme in the Colors
settings page (select "From current color scheme).
bat gruvbox theme
curl config
Git config, with more colors and some aliases
glava configs
Icon theme, fork of tela-icon-theme. Changed the colors of some icons to match my gruvbox theme, added some missing icons
KDE global configs
Current shortcuts I use
Needs to be manually added for some reason I'm still trying to understand.
konsole configs, such as profile and colorscheme
mpd configs and playlists
Most of the syntax highlighters were "stollen" from https://github.com/scopatz/nanorc
navi cheatsheets i created for navi I'll add a lot more once i have the time.
ncmpcpp configs
Plasma color scheme based on gruvbox dark
Basic theme with icons taken from here
Basic decorations for windows, based heavily on adhe' gruvbox theme
I heavily rely on programs like: fd, rg, xsv and fzf.
If you don't know them, check their repos. They are, in my opinion, a must for anyone that spends a lot of time on the cli.
Nice prints taken from r/unixporn! Can't remember where i found them, tell me if you know
Some ideas, trash, reminders, my current hosts table table, and a cheatsheet i found here.
The only script i had when i was using windows. Used to "hide" a folder.
Minimal start page i've made, inspired by this project
Configs related to Vscode extensions.
Wallpapers i'm currently using
Black and White theme
Configs related to zsh, plugins, keybindings, theme, variables, and aliases.
Feel free to clone and check my dotfiles. I'm here to help with problems related to this configs, just drop an issue!
These dotfiles were only tested on Archlinux and Archlinux based distributions. I'm unaware if they work as expected on other distributions like debian, gentoo or void.