PortValhalla/scripts/Config/UserProfile/personal.sh

24 lines
576 B
Bash
Raw Normal View History

#!/bin/bash
dir="${BASH_SOURCE%/*}";
scriptRoot="$dir/../..";
softwareRoot="$scriptRoot/Software";
configRoot="$scriptRoot/Config";
# Sync clouds
{
2023-01-23 18:37:57 +00:00
gnome-terminal --tab --wait -- /bin/bash "$cloudRoot/InstallSync.sh" nextcloud Nextcloud;
# Install fonts
source "$configRoot/Fonts/NerdFont/install.sh";
source "$softwareRoot/Oh My Posh/install.sh";
} &
# Microsoft Windows Fonts
source "$configRoot/Fonts/MicrosoftFonts/install.sh";
# Git Config
source "$configRoot/git/setup/install.sh";
# Troll Stuff
source "$configRoot/git/git-auf-deutsch/install.sh";