mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2025-12-22 09:47:41 +00:00
Added sqliterc
This commit is contained in:
@@ -32,3 +32,13 @@ cb() {
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
function gi() { curl -L -s https://www.gitignore.io/api/\$@ ;}
|
||||
|
||||
function installCode(){
|
||||
cd /tmp
|
||||
sudo rm -rfv /opt/VSCode-linux-x64
|
||||
sudo unzip /tmp/VSCode-linux-x64-stable.zip -d /opt/
|
||||
sudo chown fergalm:fergalm /opt/VSCode-linux-x64 -R
|
||||
sudo chown fergalm:fergalm /opt/VSCode-linux-x64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user