config/README.md

91 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2016-02-15 16:48:35 +01:00
# My Dot Files
This repo contains a set of tools and configuration files used for development.
Especially for Android Rom development
2018-01-22 11:30:59 +01:00
gdb init came from : https://github.com/cyrus-and/gdb-dashboard
2016-02-15 16:48:35 +01:00
## Install tool
2021-05-30 22:34:12 +02:00
You can simply do
2016-02-15 16:48:35 +01:00
```
2021-05-30 22:34:12 +02:00
#install dot files
make
#install package as well (archlinux only)
pacman -Sy make sudo
gpasswd -a USER wheel
edit /etc/sudoers
make arch_all
2016-02-15 16:48:35 +01:00
```
## Vim
Vim plugins are managed by vundle. So at first lunch you have to run in vim
```
:PluginInstall
```
2014-07-30 14:38:59 +02:00
2016-11-02 14:11:13 +01:00
## Dependencies
2017-01-18 15:29:42 +01:00
* conky
2016-11-02 14:11:13 +01:00
* cscope
2017-01-18 15:29:42 +01:00
* ctags
2016-11-02 14:11:13 +01:00
* gmrun
2017-01-18 15:29:42 +01:00
* gnome-screensaver
* gnome-terminal
* gvim
* numlockx
* openssh
* polkit-gnome
2021-05-30 22:34:12 +02:00
* sudo
2016-11-02 14:11:13 +01:00
* tint2
2017-01-18 15:29:42 +01:00
* tmux
* xbacklight
2016-11-02 14:11:13 +01:00
* xfce4-notifyd
2017-01-18 15:29:42 +01:00
* zsh
## More tools
* android-apktool
* android-bash-completion
* android-udev
* archlinux-themes-slim
* aspell-fr
* autopep8
2021-05-30 22:34:12 +02:00
* bear
2017-04-06 22:50:39 +02:00
* cppcheck
2017-01-18 15:29:42 +01:00
* cups
* dialog
* elinks
* eog
* firefox
2017-04-07 11:09:53 +02:00
* flake8
2017-01-18 15:29:42 +01:00
* flashplugin
2020-12-04 00:14:01 +01:00
* fzf
* bat
* fd
2017-01-18 15:29:42 +01:00
* gcc-multilib
* gedit
* gnome-calculator
2016-11-02 14:11:13 +01:00
* gnome-terminal
2017-01-18 15:29:42 +01:00
* hunspell-en
* hunspell-fr
* hyphen-en
* hyphen-fr
* libreoffice-fresh
* libreoffice-fresh-fr
* mutt
2020-08-08 22:38:00 +02:00
* networkmanager-iwd-overlay # To use iwd instead of wpa_supplicant (archlinux specific)
2017-01-18 15:29:42 +01:00
* notification-daemon
* obconf
* odt2txt
* python2-virtualenv
2017-01-19 23:51:35 +01:00
* seahorse
2018-03-01 16:39:58 +01:00
* shellcheck
2017-01-18 15:29:42 +01:00
* strace
* udevil
* unrar
* unzip
* xchat
2018-01-22 11:30:59 +01:00
2018-03-27 14:03:57 +02:00
## dev tools
2018-01-22 11:30:59 +01:00
* cppcheck
* cppcheck git precommit https://github.com/danmar/cppcheck/blob/master/tools/git-pre-commit-cppcheck
2018-03-27 14:03:57 +02:00
* pycscope (to generate cscope file for python) : https://pypi.python.org/pypi/pycscope/