My dot files
Go to file
Mathieu Maret 794d826f64 vim: add keymap plugin 2020-12-18 10:32:34 +01:00
.cgdb [cgdb] shortcurt mapping 2010-04-15 13:59:17 +02:00
.config git: more alias 2020-11-10 21:46:15 +01:00
.irssi AutoConnect for irssi. Env for zsh 2015-06-30 15:48:32 +02:00
.mutt [mutt]Add alias file 2015-06-30 15:49:17 +02:00
.ssh ssh: add Xfwd for nuka 2019-09-26 11:51:35 +02:00
.vim vim: add keymap plugin 2020-12-18 10:32:34 +01:00
.zsh Add fzf tools and deps 2020-12-04 00:14:01 +01:00
bin Add a eclim binarie / Start eclipse deamon and vim 2010-04-15 13:56:26 +02:00
conkyExample Reorganisation 2015-06-30 15:43:16 +02:00
debian Reorganisation 2015-06-30 15:43:16 +02:00
doc Reorganisation 2015-06-30 15:43:16 +02:00
gdb Add more gdb modules and tools 2020-08-20 22:58:43 +02:00
models [model] Add include dep to Makefile 2015-06-30 15:43:16 +02:00
scripts bash add template 2020-12-15 09:57:22 +01:00
unison Add unison config files 2015-06-30 15:49:16 +02:00
xplanet [xplanet] folder reorganisation 2015-06-30 15:46:21 +02:00
.bashrc [bash] update bashrc 2015-06-30 15:49:18 +02:00
.conkyrc [conky]Configuration for 1.10 and later 2017-01-18 17:46:23 +01:00
.ctags [Tags] Conf + howto with vimwq 2010-05-03 14:25:24 +02:00
.gdbinit gdb: add more cmd and history stuff 2020-10-28 00:08:33 +01:00
.gitconfig git: more alias 2020-11-10 21:46:15 +01:00
.gitignore [git]gitignore update 2015-06-30 15:49:19 +02:00
.gitmodules Add more gdb modules and tools 2020-08-20 22:58:43 +02:00
.gmrunrc gmrun: alsamixer in term 2018-01-04 11:09:14 +01:00
.muttrc mutt: use new side bar feature 2016-09-26 14:00:02 +02:00
.pinerc alpine: add config file 2018-01-10 17:01:05 +01:00
.rtorrent.rc Add rtorrent config 2015-06-30 15:49:16 +02:00
.screenrc [screen]new tab in current dir 2016-03-02 17:37:03 +01:00
.tigrc Add tigrc 2016-09-26 13:46:04 +02:00
.tmux.conf tmux: use ctl-x and start numbering at 1 2020-08-24 08:53:11 +02:00
.vimperatorrc cleaning 2009-12-01 14:03:03 +01:00
.vimrc vim: More usage LanguageClient 2020-12-17 15:49:59 +01:00
.zshrc [zsh] remove warning using -a option of hostname 2015-06-30 15:43:15 +02:00
Bookmarks 2009-12-10.json Add firefox bookmarks 2009-12-10 14:55:15 +01:00
GSM-openboxTheme.obt Customize openbox 2009-11-05 11:58:10 +01:00
LICENSE Ajout d'une license 2010-03-07 23:56:00 +01:00
README.md Add fzf tools and deps 2020-12-04 00:14:01 +01:00
bookmarks.html [bookmarks] update 2010-04-30 11:08:43 +02:00
install_config.sh Add instruction & helpers 2015-06-30 15:49:17 +02:00
rss_netvibes.zip update rss_netvibes 2020-08-28 10:55:44 +02:00
zsh-prompt.txt add some missing file 2009-11-05 10:53:29 +01:00

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

First get git submodule:

git submodule update --init

add scripts path into your PATH

Then install_config.sh will produce a list of link to copy/past in a terminal. This allow you to select the config files you want

For example, for vim, this will produce the following content

 ln -s PATH_TO_THIS_REPO/.vim ~/.vim
 ln -s PATH_TO_THIS_REPO/.vimrc ~/.vimrc

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
  • openbox
  • openbox
  • openssh
  • polkit-gnome
  • tint2
  • tmux
  • xbacklight
  • xfce4-notifyd
  • zsh

More tools

  • android-apktool
  • android-bash-completion
  • android-udev
  • archlinux-themes-slim
  • aspell-fr
  • autopep8
  • 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
  • sudo
  • udevil
  • unrar
  • unzip
  • xchat

dev tools