diff --git a/.vscode/settings.json b/.vscode/settings.json index 02bc7aa..20df54c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,10 +20,12 @@ "polybar", "poshthemes", "powerline", + "pyenv", "rgba", "rofi", "seafile", "terminalrc", + "thefuck", "timedatectl", "trizen", "usermod", diff --git a/bash/.bashrc b/bash/.bashrc index 690c3ae..506e343 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -11,6 +11,8 @@ function sourceIfExists() { source ~/.alias source ~/.custom source ~/.variables + +sourceIfExists ~/.env sourceIfExists /usr/share/nvm/init-nvm.sh sourceIfExists ~/lib/azure-cli/az.completion eval "$(thefuck --alias)" @@ -28,7 +30,8 @@ eval "$(pyenv init -)" if hash dotnet 2>/dev/null; then export DOTNET_ROOT=/usr/share/dotnet - export MSBuildSDKsPath=$DOTNET_ROOT/sdk/$(${DOTNET_ROOT}/dotnet --version)/Sdks + MSBuildSDKsPathVersion=$(${DOTNET_ROOT}/dotnet --version) + export MSBuildSDKsPath=$DOTNET_ROOT/sdk/$MSBuildSDKsPathVersion/Sdks export PATH="${PATH}:${DOTNET_ROOT}:~/.dotnet/tools" fi diff --git a/config/package-managers/pacman.conf b/config/package-managers/pacman.conf index 561e1aa..e2fb996 100644 --- a/config/package-managers/pacman.conf +++ b/config/package-managers/pacman.conf @@ -15,7 +15,7 @@ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ #HookDir = /etc/pacman.d/hooks/ -HoldPkg = pacman glibc +HoldPkg = pacman glibc #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled @@ -39,7 +39,7 @@ VerbosePkgLists # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. -SigLevel = Required DatabaseOptional +SigLevel = Required DatabaseOptional LocalFileSigLevel = Optional #RemoteFileSigLevel = Required @@ -82,9 +82,6 @@ Include = /etc/pacman.d/mirrorlist #[community-testing] #Include = /etc/pacman.d/mirrorlist -[community] -Include = /etc/pacman.d/mirrorlist - # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here. diff --git a/config/xfce4/thunar.xml b/config/xfce4/thunar.xml index 15ee00a..e6015f3 100644 --- a/config/xfce4/thunar.xml +++ b/config/xfce4/thunar.xml @@ -3,7 +3,7 @@ - + diff --git a/wallpapers/images/bears.jpeg b/wallpapers/images/bears.jpeg deleted file mode 100644 index 515bc49..0000000 Binary files a/wallpapers/images/bears.jpeg and /dev/null differ diff --git a/wallpapers/images/chappie.jpeg b/wallpapers/images/chappie.jpeg deleted file mode 100644 index 8db7ab4..0000000 Binary files a/wallpapers/images/chappie.jpeg and /dev/null differ diff --git a/wallpapers/images/elephant.jpg b/wallpapers/images/elephant.jpg deleted file mode 100644 index a7e6506..0000000 Binary files a/wallpapers/images/elephant.jpg and /dev/null differ diff --git a/wallpapers/images/mushy.jpeg b/wallpapers/images/mushy.jpeg deleted file mode 100644 index 02f8206..0000000 Binary files a/wallpapers/images/mushy.jpeg and /dev/null differ diff --git a/wallpapers/images/yarr.jpeg b/wallpapers/images/yarr.jpeg deleted file mode 100644 index 76d3247..0000000 Binary files a/wallpapers/images/yarr.jpeg and /dev/null differ