dizzyvn / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles (Mainly based on https://github.com/victoriadrake/dotfiles)

Included scripts/

  • symlink.sh sets up symbolic links in $HOME
  • install.sh owns Ubuntu repository installs
  • config.sh configuration script for some software
  • desktop.sh champions granular executive desktop environment settings
  • setup.sh facilitates the scalable and proactive deliverables of running all the scripts and apt upgrade

Some helpful commands

List current values of desktop configuration settings:

gsettings list-recursively org.gnome.desktop

List current values of Terminal configuration:

GNOME_TERMINAL_PROFILE=`gsettings get org.gnome.Terminal.ProfilesList default | awk -F \' '{print $2}'`
gsettings list-recursively org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:$GNOME_TERMINAL_PROFILE/

Back up gsettings configuration for /org/gnome/ to a file, via dconf:

dconf dump /org/gnome/ > settings.dconf

Restore dconf configurations from a file:

dconf load /org/gnome/ < settings.dconf

My current themes

About

my dotfiles


Languages

Language:Shell 75.1%Language:Emacs Lisp 24.3%Language:Python 0.6%