From bcf30beb944a56680b9c638692c22522072b8501 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 23 Apr 2024 21:41:31 +0000 Subject: [PATCH] Small fixes --- .gitignore | 3 +++ dotfiles/.bash_profile | 6 ++++++ install.sh | 8 ++------ 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 dotfiles/.bash_profile diff --git a/.gitignore b/.gitignore index edf842e9..a76ad0e4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ BrewFile.lock.json switch.log .vscode + +dotfiles/.config/VSCodium/* +!dotfiles/.config/VSCodium/User/settings.json diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile new file mode 100644 index 00000000..5276eb27 --- /dev/null +++ b/dotfiles/.bash_profile @@ -0,0 +1,6 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc +PATH="${PATH:+${PATH}:}~/.local/bin" diff --git a/install.sh b/install.sh index 11f0c135..edf7d1d1 100755 --- a/install.sh +++ b/install.sh @@ -25,14 +25,10 @@ stow -v -t $HOME dotfiles --adopt git diff git reset --hard -dconf reset -f / +# dconf reset -f / dconf load / < dconf-settings xdg-settings set default-web-browser org.gnome.Epiphany.desktop echo -echo -e "${GREEN}[I] Done. Rebooting in 5 seconds...${ENDCOLOR}" -sleep 5 - -systemctl reboot -reboot +echo -e "${GREEN}[I] Done.${ENDCOLOR}"