My dot files
Go to file
Mathieu Maret d02a3296cc script: add repo script to list tag 2024-03-06 18:02:55 +01:00
.cgdb [cgdb] shortcurt mapping 2010-04-15 13:59:17 +02:00
.config git: remove build from ignored 2024-03-06 17:54:24 +01: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 vim: update clang-rename 2024-03-06 17:58:18 +01:00
.zsh Fix syswrite 2023-10-03 11:53:44 +02:00
doc Reorganisation 2015-06-30 15:43:16 +02:00
gdb gdb: fix commands formatting 2023-03-05 20:59:26 +01:00
models remove model Makefile 2022-11-21 22:06:30 +01:00
scripts script: add repo script to list tag 2024-03-06 18:02:55 +01: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 vim/git: remove old git commit related stuff 2024-01-25 14:33:50 +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: add shortcut for clang-rename 2024-03-06 18:00:28 +01:00
.zshrc zsh: add hstr config 2021-05-30 22:42:08 +02: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 plugin. Install: add flaemshot and unifont 2023-10-05 20:39:36 +02:00
README.md Update Readme 2021-05-30 22:35:50 +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