You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.cgdb | 13 years ago | |
.config | 9 months ago | |
.irssi | 7 months ago | |
.mutt | 1 year ago | |
.ssh | 4 years ago | |
.vim | 3 weeks ago | |
.zsh | 2 months ago | |
doc | 8 years ago | |
gdb | 4 weeks ago | |
models | 4 months ago | |
scripts | 4 weeks ago | |
unison | 8 years ago | |
xplanet | 4 months ago | |
zplug@c4dea76656 | 10 months ago | |
.bashrc | 2 months ago | |
.conkyrc | 6 years ago | |
.ctags | 13 years ago | |
.gdbinit | 6 months ago | |
.gitconfig | 2 months ago | |
.gitignore | 2 years ago | |
.gitmodules | 6 months ago | |
.gmrunrc | 4 weeks ago | |
.muttrc | 1 year ago | |
.pinerc | 5 years ago | |
.rtorrent.rc | 8 years ago | |
.screenrc | 7 years ago | |
.tigrc | 7 years ago | |
.tmux.conf | 2 years ago | |
.vimperatorrc | 14 years ago | |
.vimrc | 1 month ago | |
.zshrc | 2 years ago | |
GSM-openboxTheme.obt | 14 years ago | |
LICENSE | 13 years ago | |
Makefile | 8 months ago | |
README.md | 2 years ago | |
install_config.sh | 8 years ago | |
rss_netvibes.zip | 2 years ago |
README.md
My Dot Files
This repo contains a set of tools and configuration files used for development. Especially for Android Rom development
gdb init came from : https://github.com/cyrus-and/gdb-dashboard
Install tool
You can simply do
#install dot files
make
#install package as well (archlinux only)
pacman -Sy make sudo
gpasswd -a USER wheel
edit /etc/sudoers
make arch_all
Vim
Vim plugins are managed by vundle. So at first lunch you have to run in vim
:PluginInstall
Dependencies
- conky
- cscope
- ctags
- gmrun
- gnome-screensaver
- gnome-terminal
- gvim
- numlockx
- openssh
- polkit-gnome
- sudo
- tint2
- tmux
- xbacklight
- xfce4-notifyd
- zsh
More tools
- android-apktool
- android-bash-completion
- android-udev
- archlinux-themes-slim
- aspell-fr
- autopep8
- bear
- cppcheck
- cups
- dialog
- elinks
- eog
- firefox
- flake8
- flashplugin
- fzf
- bat
- fd
- gcc-multilib
- gedit
- gnome-calculator
- gnome-terminal
- hunspell-en
- hunspell-fr
- hyphen-en
- hyphen-fr
- libreoffice-fresh
- libreoffice-fresh-fr
- mutt
- networkmanager-iwd-overlay # To use iwd instead of wpa_supplicant (archlinux specific)
- notification-daemon
- obconf
- odt2txt
- python2-virtualenv
- seahorse
- shellcheck
- strace
- udevil
- unrar
- unzip
- xchat
dev tools
- cppcheck
- cppcheck git precommit https://github.com/danmar/cppcheck/blob/master/tools/git-pre-commit-cppcheck
- pycscope (to generate cscope file for python) : https://pypi.python.org/pypi/pycscope/