mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 06:44:41 +01:00
added back dotnet stuff
This commit is contained in:
parent
ee7649ce11
commit
9ec30728dd
@ -87,7 +87,7 @@ alias cmyip='curl -s http://ipecho.net/plain; echo'
|
|||||||
## default command fixes :P
|
## default command fixes :P
|
||||||
alias mkdir='mkdir -p'
|
alias mkdir='mkdir -p'
|
||||||
alias wget='wget -c'
|
alias wget='wget -c'
|
||||||
alias ls='ls -l --color=auto'
|
alias ls='ls -lh --color=auto'
|
||||||
alias installed='sudo pacman -Qetq'
|
alias installed='sudo pacman -Qetq'
|
||||||
alias aurinstalled='sudo pacman -Qmq'
|
alias aurinstalled='sudo pacman -Qmq'
|
||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
|
@ -26,6 +26,11 @@ export NVM_DIR="$HOME/.nvm"
|
|||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||||
|
|
||||||
|
if hash dotnet 2>/dev/null; then
|
||||||
|
export DOTNET_ROOT=/usr/share/dotnet
|
||||||
|
export MSBuildSDKsPath=$DOTNET_ROOT/sdk/$(${DOTNET_ROOT}/dotnet --version)/Sdks
|
||||||
|
export PATH="${PATH}:${DOTNET_ROOT}:~/.dotnet/tools"
|
||||||
|
fi
|
||||||
|
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ if [ "$EUID" -ne 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# declare variables
|
# declare variables
|
||||||
MY_SERVER_LOCATION="//192.168.1.3"
|
MY_SERVER_LOCATION="//10.10.1.11"
|
||||||
MOUNT_PREFIX="/mnt"
|
MOUNT_PREFIX="/mnt"
|
||||||
USERNAME="mastermindzh"
|
USERNAME="mastermindzh"
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --off --output DP-0 --off --output DP-1 --off --output DVI-D-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal
|
xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-0 --off --output DP-1 --off --output DVI-D-0 --off
|
||||||
|
1
dependencies/aur.txt
vendored
1
dependencies/aur.txt
vendored
@ -14,3 +14,4 @@ snapd
|
|||||||
azure-cli
|
azure-cli
|
||||||
notify-osd-customizable
|
notify-osd-customizable
|
||||||
notifyconf
|
notifyconf
|
||||||
|
dotnet-host-bin
|
||||||
|
Loading…
Reference in New Issue
Block a user