Skip to content

Instantly share code, notes, and snippets.

View liamgbs's full-sized avatar
🎯
Focusing

Liam liamgbs

🎯
Focusing
View GitHub Profile
@liamgbs
liamgbs / Projects.txt
Last active February 9, 2017 13:04
Possible future practice/forfun projects
RepoMigrator - Migrates git repositories from one remote to another.(ghub bitbucket gitlab)?
<site>tools - Extracts stuff from a useful website and other stuff (???)
RaspPiCam - Raspberry pi security camera
ShellScriptGen - Generates a shell script for first install of ubuntu (installs stuff, sets up packages etc etc)
PiC - Make a computer in python with a simple cpu etc etc (will help knowledge of cs)
Algs&DS - Implement common (and not so common) algorithms and data structs in python
PyNav - Satellite naviagation system in python (with data not satellites)
Shell script to batch install jetbrains stuff from downloaded .tar(s) and set up desktop entries
@liamgbs
liamgbs / provision.sh
Last active November 21, 2016 15:01
Shell script for a fresh Kubuntu install
#!/bin/bash
cd ~
FROM_REPOS="git nautilus-dropbox vlc keepass2 python-pip shutter steam"
FROM_PIP="virtualenv"
REMOVE_HOME_FOLDERS=true
HOME_FOLDERS="Music Videos Templates Pictures"
sudo apt install `echo $FROM_REPOS` -y