My dot files
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.
 
 
 
 
 
 
Mathieu Maret 0dce3064a3
wiki/perf add perfetto and call-graph info
3 weeks ago
.cgdb [cgdb] shortcurt mapping 13 years ago
.config ob: set background one time 9 months ago
.irssi remove irssi config file 7 months ago
.mutt mutt: add some patch cmds 1 year ago
.ssh ssh: add Xfwd for nuka 4 years ago
.vim wiki/perf add perfetto and call-graph info 3 weeks ago
.zsh zsh: add few alias 2 months ago
doc Reorganisation 8 years ago
gdb gdb: fix commands formatting 4 weeks ago
models remove model Makefile 4 months ago
scripts Remove some old files 4 weeks ago
unison Add unison config files 8 years ago
xplanet Remove deprecated directories 4 months ago
zplug@c4dea76656 openbox: Add option for . on keypad 10 months ago
.bashrc bash: eternal history 2 months ago
.conkyrc [conky]Configuration for 1.10 and later 6 years ago
.ctags [Tags] Conf + howto with vimwq 13 years ago
.gdbinit [gdb] add imshow module 6 months ago
.gitconfig git: add rank alias 2 months ago
.gitignore gitignore: undo dir 2 years ago
.gitmodules [gdb] add imshow module 6 months ago
.gmrunrc gmrun: google -> g 4 weeks ago
.muttrc mutt: add some patch cmds 1 year ago
.pinerc alpine: add config file 5 years ago
.rtorrent.rc Add rtorrent config 8 years ago
.screenrc [screen]new tab in current dir 7 years ago
.tigrc Add tigrc 7 years ago
.tmux.conf tmux: copy in xclip 2 years ago
.vimperatorrc cleaning 14 years ago
.vimrc vim: lsp for rust and tab for fzf 1 month ago
.zshrc zsh: add hstr config 2 years ago
GSM-openboxTheme.obt Customize openbox 14 years ago
LICENSE Ajout d'une license 13 years ago
Makefile vim: add pyls for lsp 8 months ago
README.md Update Readme 2 years ago
install_config.sh Add instruction & helpers 8 years ago
rss_netvibes.zip update netvibes 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