Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xavierberger/dotfiles

Various confguration I used on my PC
https://github.com/xavierberger/dotfiles

Last synced: about 2 months ago
JSON representation

Various confguration I used on my PC

Awesome Lists containing this project

README

        

### Storage of various configuration and tools usefull for Linux
##### Tools
* update_garmin: update my garmin GPS with freshly generated pocket query from geocaching.com
* toggle-touchpad.sh: activate/desactivate touchpad of laptop

##### zsh
zsh configuration and custimization.

Customisation of prompt to have information about git repositories.

###### Add password and comment to rsa keys
* ssh-keygen -p -C [email protected] -f id_rsa
* ssh-add ~/.ssh/id_rsa

###### Configuration for bitbucket and github
* https://help.github.com/articles/generating-ssh-keys/
* https://confluence.atlassian.com/display/BITBUCKET/Set+up+SSH+for+Git

#### git
* **pre-commit** hook to ensure clean code source style (using astyle) and avoid commit to a branch not up to date.
* **gitconfig** configuration with usefull shortcuts