massive installer update , a new screenie and work-xps settings

This commit is contained in:
2018-07-20 22:12:59 +02:00
parent 9fd93cd929
commit 889139a906
18 changed files with 123 additions and 26 deletions

View File

@@ -32,6 +32,10 @@ alias status='git status'
alias push='git push'
alias add='git add .'
#dotnet core
alias efupdate="dotnet ef database update"
alias efmigrate="dotnet ef migrations add"
##utility
alias nmapscan='nmap -n -sP'
alias pia='nohup sh /opt/pia/run.sh &>/dev/null & disown'

View File

@@ -12,10 +12,15 @@ source ~/.alias
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
eval $(thefuck --alias)
source ~/.custom
# Fix .netcore paths if dotnet is installed
if hash dotnet 2>/dev/null; then
export PATH="$PATH:~/.dotnet/tools"
export DOTNET_ROOT=$(dirname $(realpath $(which dotnet)))
fi
#... :P fancy stuffs
#screenfetch -t -A "UBUNTU"
neofetch

View File

@@ -1,4 +0,0 @@
# PC specific stuff goes here
# example
# alias vm="export QT_AUTO_SCREEN_SCALE_FACTOR= QT_SCREEN_SCALE_FACTORS= QT_SCALE_FACTOR= QT_DEVICE_PIXEL_RATIO= && VBoxManage setextradata Windows10 GUI/HiDPI/UnscaledOutput 1 && sudo VBoxManage startvm Windows10"