Update dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-dotfiles, dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-terminal-theme

This commit is contained in:
Brian Zalewski 2022-11-24 18:11:55 +00:00
parent 4f4ec17b1e
commit fe87afd39a
2 changed files with 7 additions and 4 deletions

View file

@ -1,9 +1,7 @@
#!/usr/bin/env bash
# Alias logg function to true if it is not available
if ! command -v logg > /dev/null; then
alias logg='true'
fi
# Required for styled logging
{{- includeTemplate "universal/logg" }}
# Clear ZSH cached stuff
if [ -f "$HOME/.zshrc.zwc" ]; then

View file

@ -10,6 +10,9 @@
# Themer.dev: https://themer.dev/?calculateIntermediaryShades.dark=true&colors.dark.shade0=%23161925&colors.dark.shade7=%23C3C7D1&colors.dark.accent0=%23ED254E&colors.dark.accent3=%2371F79F&colors.dark.accent2=%23F9DC5C&colors.dark.accent4=%2300C1E4&colors.dark.accent5=%237CB7FF&colors.dark.accent7=%23C74D89&colors.dark.accent6=%23C3C7D1&colors.dark.accent1=%23DCDFE4&colors.light.accent0=%23FF4972&colors.light.accent3=%2395FFC3&colors.light.accent2=%23FFFF80&colors.light.accent5=%23A0DBFF&colors.light.accent7=%23EB71AD&colors.light.accent6=%234C5058&colors.light.shade7=%234C5058&colors.light.shade0=%23FFFFFF&colors.light.accent4=%2324E5FF&colors.light.accent1=%23DCDFE4&activeColorSet=dark
# Required for styled logging
{{- includeTemplate "universal/logg" }}
export COLOR_01="#282C34" # Black
export COLOR_02="#ED254E" # Red
export COLOR_03="#71F79F" # Green
@ -34,7 +37,9 @@ export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="Betelgeuse"
if [ ! -e gconftool-2 ] && [ -f /etc/debian_version ]; then
logg 'Running `sudo apt-get update`'
sudo apt-get update
logg 'Running `sudo apt-get install -y gconf2`'
sudo apt-get install -y gconf2
fi