This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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': |
NewerOlder