This commit is contained in:
2024-11-02 17:45:43 +01:00
parent d52099bbb9
commit 05c5cf81bf
20 changed files with 212 additions and 125 deletions

View File

@ -15,10 +15,7 @@ is_wsl() {
}
logo() {
tput setaf 2
cat $HOME/dotfiles/bin/resources/logo.txt
println " " "cyan"
tput sgr0
echo "Menno's Dotfiles" | figlet | lolcat
# Print if repo is dirty and the count of untracked files, modified files and staged files
if [[ $(git -C ~/dotfiles status --porcelain) ]]; then