Skip to content

Instantly share code, notes, and snippets.

View cGuille's full-sized avatar

Guillaume Charmetant cGuille

View GitHub Profile
@cGuille
cGuille / kde-dropbox-install.bash
Last active December 22, 2015 14:18
Install the Dropbox client so it runs at start up on KDE
#!/usr/bin/env bash
# Install the Dropbox client so it runs at start up on KDE:
# Set up the destination folder of the Dropbox client (default: your home directory):
INSTALLATION_FOLDER=$HOME
# Choose your platform, 64 or 32 bits (default to 64):
PLATFORM=lnx.x86_64 # 64 bits
#PLATFORM=lnx.x86 # 32 bits
@cGuille
cGuille / .todorc
Last active December 16, 2015 23:58
Bash todolist
#!/usr/bin/env bash
# Author: Guillaume Charmetant <[email protected]>
# Twitter: @cGuille
# GitHub: cGuille
# Installation instructions:
# - Put this file in your home directory;
# - Allow its execution (chmod +x .todorc);
# - Add the following lines WITHOUT THE '#' AT THE BEGINING OF LINES to the end of the file '~/.bashrc':