You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Meliurwen 91cf17d8f0
Separated aliases from ~/.zshrc and fixed support to VSCodium
3 years ago
.dependencies Added zoom script for urxvt 3 years ago
aliases Separated aliases from ~/.zshrc and fixed support to VSCodium 3 years ago
deepin-screenshot/.config/deepin Added settings to vscode and polished .Xresources 4 years ago
dunst/.config/dunst Pink pink pink pink! 🌸 4 years ago
firefox/.mozilla/firefox/userprofile/chrome Removed new Firefox buttonbox and titlebar spacer containers 4 years ago
gnome Added gtk2 configs 3 years ago
i3/.config/i3 pulseaudio starting in i3 is more resilient and (hopefully) last fix of today for .xinitrc 3 years ago
icons/.icons/Adwaita-dark-custom/32x32/status volumeControl.sh refctored and added brightness control functionality which supersedes brightnessControl.sh 3 years ago
mime/.config Improved picom config for better performances and reduced power consumption, refactored mimeapps.list 4 years ago
mpv/.config/mpv Moved mpv socket to ~/.cache/ to reduce collisions 3 years ago
picom/.config/picom Rofi config completely rewritten, written meli-adwaita-pink theme which now is default, removed old unused script, added blur to rofi in picom config 4 years ago
polybar/.config/polybar Polybar launchscript more generalized and solved bug that made many GTK apps hanging for seconds or minutes 3 years ago
rofi/.config/rofi Updated theme meli-adwaita-pink for rofi version 1.6.1 4 years ago
urxvt Added zoom script for urxvt 3 years ago
vscode Separated aliases from ~/.zshrc and fixed support to VSCodium 3 years ago
x pulseaudio starting in i3 is more resilient and (hopefully) last fix of today for .xinitrc 3 years ago
xdg/.config Added xdg 4 years ago
zathura/.config/zathura Initial commit 4 years ago
zsh Separated aliases from ~/.zshrc and fixed support to VSCodium 3 years ago
.stow-local-ignore Added a readme, apt dependencies and kernel modules for Thinkpads 3 years ago
README.md Added a readme, apt dependencies and kernel modules for Thinkpads 3 years ago

README.md

.dotfiles

Dependencies

Install from a file list:

Note: comments and trailing comments starting with # are ignored

apt-get install $(grep -vE "^\s*#" <FILEPATH> | sed -e 's/#.*//'  | tr "\n" " ")

Kernel Modules

Add modules to the Linux kernel:

modprobe <module>

Shell

Take note of the full path of your favorurite shell:

type -a zsh

Set it as default:

chsh -s /bin/zsh

Fonts

Reload locally (~/.local/share/fonts) installed fonts:

fc-cache -f -v

Gnome settings

Dump an entire subpath of the dconf database:

dconf dump <dir_subpath_inside_db> > <settings_file>.dconf

Populate a subpath of the dconf database:

cat <settings_file>.dconf | dconf load <dir_subpath_inside_db>

VSCode/Codium

List all extensions into a file:

codium --list-extensions > codium-extensions.list

Install all the extensions listed into a file (any line that starts with # will get ignored):

cat codium-extensions.txt | grep -v '^#' | xargs -L1 codium --install-extension

Stow

stow --restow --no-folding <DIR>