mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 12:43:08 +02:00
massive installer update , a new screenie and work-xps settings
This commit is contained in:
@@ -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'
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
Reference in New Issue
Block a user