Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xavierberger/dotfiles
- Owner: XavierBerger
- Created: 2015-05-02T10:25:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T18:01:49.000Z (over 5 years ago)
- Last Synced: 2024-10-12T16:55:54.605Z (3 months ago)
- Language: Shell
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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