mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
Thing with the stuff
This commit is contained in:
@@ -11,6 +11,8 @@ alias dss="cd ~/dev/personal/deepsouthsounds.com/dss.api && workon dss.api"
|
|||||||
alias dss_radio="cd ~/dev/personal/deepsouthsounds.com/dss.radio && workon dss.radio && docker start dssdocker_icecast_1"
|
alias dss_radio="cd ~/dev/personal/deepsouthsounds.com/dss.radio && workon dss.radio && docker start dssdocker_icecast_1"
|
||||||
|
|
||||||
alias pgdo="sudo -u postgres"
|
alias pgdo="sudo -u postgres"
|
||||||
|
alias pgadmin="docker run -it --rm -v /home/fergalm/working/pgadmin-data:/pgadmin-data --net=host fergalmoran/pgadmin4:latest; xdg-open http://localhost:5050"
|
||||||
|
alias runmssql="docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=MyComplexPassword!234' -p 1433:1433 -v /home/fergalm/working/mssql-data:/var/opt/mssql -d microsoft/mssql-server-linux"
|
||||||
alias sqlw="sqlw &"
|
alias sqlw="sqlw &"
|
||||||
alias se="/opt/StorageExplorer/StorageExplorer > /dev/null 2>&1 &"
|
alias se="/opt/StorageExplorer/StorageExplorer > /dev/null 2>&1 &"
|
||||||
alias dbv="dbeaver > /dev/null 2>&1 &"
|
alias dbv="dbeaver > /dev/null 2>&1 &"
|
||||||
@@ -26,6 +28,8 @@ alias dbstatus="dropbox.py status"
|
|||||||
alias dbignore='find `pwd` -type d -regex ".*\(node_modules\|temp\|tmp\|bower_components\|cache\)$" -prune -exec dropbox exclude add {} \;'
|
alias dbignore='find `pwd` -type d -regex ".*\(node_modules\|temp\|tmp\|bower_components\|cache\)$" -prune -exec dropbox exclude add {} \;'
|
||||||
alias dbrm="find . -name \*\'s\ conflicted\ copy\ \* -exec rm {} \;"
|
alias dbrm="find . -name \*\'s\ conflicted\ copy\ \* -exec rm {} \;"
|
||||||
|
|
||||||
|
alias ping="ping -O"
|
||||||
|
|
||||||
alias pbcopy='xclip -selection clipboard'
|
alias pbcopy='xclip -selection clipboard'
|
||||||
alias pbpaste='xclip -selection clipboard -o'
|
alias pbpaste='xclip -selection clipboard -o'
|
||||||
alias iotop='sudo iotop'
|
alias iotop='sudo iotop'
|
||||||
|
|||||||
2
bashrc
2
bashrc
@@ -131,4 +131,4 @@ then
|
|||||||
export PROJECT_HOME=$HOME/dev/personal
|
export PROJECT_HOME=$HOME/dev/personal
|
||||||
source /usr/local/bin/virtualenvwrapper.sh
|
source /usr/local/bin/virtualenvwrapper.sh
|
||||||
fi
|
fi
|
||||||
|
export PATH=$PATH:/opt/mssql-tools/bin
|
||||||
|
|||||||
2
bin/az
Executable file
2
bin/az
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
/home/fergalm/lib/azure-cli/bin/python -m azure.cli "$@"
|
||||||
4
zshrc
4
zshrc
@@ -79,3 +79,7 @@ export SSH_KEY_PATH="~/.ssh/rsa_id"
|
|||||||
source ~/.bash_aliases
|
source ~/.bash_aliases
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
|
|
||||||
|
export PATH=$PATH:/home/fergalm/dotfiles/bin
|
||||||
|
|
||||||
|
source '/home/fergalm/lib/azure-cli/az.completion'
|
||||||
|
|||||||
Reference in New Issue
Block a user