My preferred starting configuration for Ubuntu Desktop. Current version 20.04 Focal Fossa.
The installation script included will install a suggested serving of programs and applications, found within the scripts/ directory. Please verify that you want these before running the script.
Add or delete files in scripts/install.sh and scripts/programs/ to modify your installation.
After installing your fresh OS, do:
sudo apt install git vim -yUse Vim to create any SSH keys you need to access GitHub, and remember to run ssh-add as well as chmod 600 <key_name>. Then clone this repository:
git clone git@github.com:victoriadrake/dotfiles.git
# Or use HTTPS
git clone https://github.com/victoriadrake/dotfiles.gitYou may optionally like to pass the --depth argument to clone only a few of the most recent commits.
Close Firefox if it's open, then run the installation script.
cd dotfiles/scripts/
./install.shIf you like, set up powerline-shell:
cd powerline-shell/
sudo python3 setup.py installUncomment the relevant lines in .bashrc, then restart your terminal to see changes, or run:
cd ~
source .bashrcGiven a list of repository URLs, gh-repos.txt, run:
xargs -n1 git clone < gh-repos.txtUse the firewood Bash alias to collect remote branches.
See How to write Bash one-liners for cloning and managing GitHub and GitLab repositories for more.
There are plenty of themes for Gnome terminal at Mayccoll/Gogh.
Print a 256-color test pattern in your terminal:
for i in {0..255} ; do
printf "\x1b[48;5;%sm%3d\e[0m " "$i" "$i"
if (( i == 15 )) || (( i > 15 )) && (( (i-15) % 6 == 0 )); then
printf "\n";
fi
doneOptionally, load settings.dconf with:
dconf load /org/gnome/ < .config/dconf/settings.dconfBack up new settings with:
dconf dump /org/gnome/ > .config/dconf/settings.dconfRun man dconf on your machine for more.
See the Makefile in this repository for some helpful command aliases. Read about self-documenting Makefiles on my blog.
- GNOME Tweaks
- Emoji Selector ❤️✨🦄
- Clipboard Indicator