mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-04-20 14:04:15 +02:00
removed community, sourcing .env
This commit is contained in:
parent
7f1d9640b6
commit
b1b399fe30
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -20,10 +20,12 @@
|
|||||||
"polybar",
|
"polybar",
|
||||||
"poshthemes",
|
"poshthemes",
|
||||||
"powerline",
|
"powerline",
|
||||||
|
"pyenv",
|
||||||
"rgba",
|
"rgba",
|
||||||
"rofi",
|
"rofi",
|
||||||
"seafile",
|
"seafile",
|
||||||
"terminalrc",
|
"terminalrc",
|
||||||
|
"thefuck",
|
||||||
"timedatectl",
|
"timedatectl",
|
||||||
"trizen",
|
"trizen",
|
||||||
"usermod",
|
"usermod",
|
||||||
|
@ -11,6 +11,8 @@ function sourceIfExists() {
|
|||||||
source ~/.alias
|
source ~/.alias
|
||||||
source ~/.custom
|
source ~/.custom
|
||||||
source ~/.variables
|
source ~/.variables
|
||||||
|
|
||||||
|
sourceIfExists ~/.env
|
||||||
sourceIfExists /usr/share/nvm/init-nvm.sh
|
sourceIfExists /usr/share/nvm/init-nvm.sh
|
||||||
sourceIfExists ~/lib/azure-cli/az.completion
|
sourceIfExists ~/lib/azure-cli/az.completion
|
||||||
eval "$(thefuck --alias)"
|
eval "$(thefuck --alias)"
|
||||||
@ -28,7 +30,8 @@ eval "$(pyenv init -)"
|
|||||||
|
|
||||||
if hash dotnet 2>/dev/null; then
|
if hash dotnet 2>/dev/null; then
|
||||||
export DOTNET_ROOT=/usr/share/dotnet
|
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"
|
export PATH="${PATH}:${DOTNET_ROOT}:~/.dotnet/tools"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -82,9 +82,6 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
#[community-testing]
|
#[community-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[community]
|
|
||||||
Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
# enable the multilib repositories as required here.
|
# enable the multilib repositories as required here.
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<channel name="thunar" version="1.0">
|
<channel name="thunar" version="1.0">
|
||||||
<property name="last-view" type="string" value="ThunarIconView"/>
|
<property name="last-view" type="string" value="ThunarIconView"/>
|
||||||
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
||||||
<property name="last-window-width" type="int" value="1415"/>
|
<property name="last-window-width" type="int" value="839"/>
|
||||||
<property name="last-window-height" type="int" value="1846"/>
|
<property name="last-window-height" type="int" value="1846"/>
|
||||||
<property name="last-window-maximized" type="bool" value="false"/>
|
<property name="last-window-maximized" type="bool" value="false"/>
|
||||||
<property name="last-separator-position" type="int" value="376"/>
|
<property name="last-separator-position" type="int" value="376"/>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.2 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
Before Width: | Height: | Size: 6.3 MiB |
Binary file not shown.
Before Width: | Height: | Size: 3.1 MiB |
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB |
Loading…
x
Reference in New Issue
Block a user