Small fixes
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,3 +4,6 @@
|
|||||||
BrewFile.lock.json
|
BrewFile.lock.json
|
||||||
switch.log
|
switch.log
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
dotfiles/.config/VSCodium/*
|
||||||
|
!dotfiles/.config/VSCodium/User/settings.json
|
||||||
|
|||||||
6
dotfiles/.bash_profile
Normal file
6
dotfiles/.bash_profile
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#
|
||||||
|
# ~/.bash_profile
|
||||||
|
#
|
||||||
|
|
||||||
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
PATH="${PATH:+${PATH}:}~/.local/bin"
|
||||||
@@ -25,14 +25,10 @@ stow -v -t $HOME dotfiles --adopt
|
|||||||
git diff
|
git diff
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|
||||||
dconf reset -f /
|
# dconf reset -f /
|
||||||
dconf load / < dconf-settings
|
dconf load / < dconf-settings
|
||||||
|
|
||||||
xdg-settings set default-web-browser org.gnome.Epiphany.desktop
|
xdg-settings set default-web-browser org.gnome.Epiphany.desktop
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo -e "${GREEN}[I] Done. Rebooting in 5 seconds...${ENDCOLOR}"
|
echo -e "${GREEN}[I] Done.${ENDCOLOR}"
|
||||||
sleep 5
|
|
||||||
|
|
||||||
systemctl reboot
|
|
||||||
reboot
|
|
||||||
|
|||||||
Reference in New Issue
Block a user