My dot files
Go to file
Mathieu Maret ea28989580 gmrun: google -> g 2023-03-05 20:51:59 +01:00
.cgdb [cgdb] shortcurt mapping 2010-04-15 13:59:17 +02:00
.config ob: set background one time 2022-07-12 14:26:58 +02:00
.irssi remove irssi config file 2022-09-06 17:13:34 +02:00
.mutt mutt: add some patch cmds 2021-11-22 14:13:25 +01:00
.ssh ssh: add Xfwd for nuka 2019-09-26 11:51:35 +02:00
.vim wiki: add more 8450 info 2023-01-24 16:14:46 +01:00
.zsh zsh: add few alias 2023-01-24 16:17:10 +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
doc Reorganisation 2015-06-30 15:43:16 +02:00
gdb [gdb] add imshow module 2022-09-22 15:49:22 +02:00
models remove model Makefile 2022-11-21 22:06:30 +01:00
scripts [script]getcert use wildcard cert 2022-09-22 15:51:03 +02:00
unison Add unison config files 2015-06-30 15:49:16 +02:00
xplanet Remove deprecated directories 2022-11-21 22:35:34 +01:00
zplug@c4dea76656 openbox: Add option for . on keypad 2022-05-31 16:06:37 +02:00
.bashrc bash: eternal history 2023-01-24 16:17:55 +01: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 imshow module 2022-09-22 15:49:22 +02:00
.gitconfig git: add rank alias 2023-01-24 16:16:09 +01:00
.gitignore gitignore: undo dir 2021-06-29 21:49:06 +02:00
.gitmodules [gdb] add imshow module 2022-09-22 15:49:22 +02:00
.gmrunrc gmrun: google -> g 2023-03-05 20:51:59 +01:00
.muttrc mutt: add some patch cmds 2021-11-22 14:13:25 +01: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: copy in xclip 2021-08-24 22:20:06 +02:00
.vimperatorrc cleaning 2009-12-01 14:03:03 +01:00
.vimrc vim: lsp for rust and tab for fzf 2023-02-24 00:26:29 +01:00
.zshrc zsh: add hstr config 2021-05-30 22:42:08 +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
Makefile vim: add pyls for lsp 2022-07-31 11:29:38 +02:00
README.md Update Readme 2021-05-30 22:35:50 +02: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 netvibes 2021-03-04 09:28:32 +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

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