mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
Added host to livereload
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
IP=$(hostname -I)
|
||||
|
||||
#Django stuff
|
||||
alias djrun="source /home/fergalm/dev/personal/deepsouthsounds.com/dss.docker/api_env && python manage.py runserver 0.0.0.0:8001"
|
||||
@@ -16,8 +17,7 @@ alias dbv="dbeaver > /dev/null 2>&1 &"
|
||||
alias rsl="rslsync --config /home/fergalm/.config/resilio-sync/config.json"
|
||||
|
||||
alias reloadbashrc="source ~/.bashrc"
|
||||
alias server="livereload -p 9999"
|
||||
# alias server="python -m SimpleHTTPServer 9999"
|
||||
alias server="livereload -p 9999 --host $IP"
|
||||
alias upd="sudo apt update && sudo apt dist-upgrade && sudo apt autoremove"
|
||||
alias psql="sudo -u postgres psql deepsouthsounds"
|
||||
alias code="/usr/bin/code-insiders"
|
||||
|
||||
@@ -50,7 +50,8 @@ sudo locale-gen "en_IE.UTF-8"
|
||||
#install default packages
|
||||
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
|
||||
|
||||
sudo apt -y install exuberant-ctags build-essential cmake python-dev vim-youcompleteme autojump nodejs htop ncdu python-pip byobu zsh
|
||||
sudo apt install -y exuberant-ctags build-essential cmake python-dev python3-dev libssl-dev vim-youcompleteme autojump nodejs htop ncdu python-pip byobu zsh vim-gtk python-setuptools
|
||||
sudo pip install --upgrade pip
|
||||
sudo pip install livereload speedtest-cli virtualenv virtualenvwrapper
|
||||
chsh -s /bin/zsh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user