Update Readme
This commit is contained in:
parent
cb95018fcc
commit
4597e32fe5
24
README.md
24
README.md
@ -5,18 +5,15 @@ Especially for Android Rom development
|
|||||||
|
|
||||||
gdb init came from : https://github.com/cyrus-and/gdb-dashboard
|
gdb init came from : https://github.com/cyrus-and/gdb-dashboard
|
||||||
## Install tool
|
## Install tool
|
||||||
First get git submodule:
|
You can simply do
|
||||||
```
|
```
|
||||||
git submodule update --init
|
#install dot files
|
||||||
```
|
make
|
||||||
add scripts path into your PATH
|
#install package as well (archlinux only)
|
||||||
|
pacman -Sy make sudo
|
||||||
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
|
gpasswd -a USER wheel
|
||||||
|
edit /etc/sudoers
|
||||||
For example, for vim, this will produce the following content
|
make arch_all
|
||||||
```
|
|
||||||
ln -s PATH_TO_THIS_REPO/.vim ~/.vim
|
|
||||||
ln -s PATH_TO_THIS_REPO/.vimrc ~/.vimrc
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Vim
|
## Vim
|
||||||
@ -35,10 +32,9 @@ Vim plugins are managed by vundle. So at first lunch you have to run in vim
|
|||||||
* gnome-terminal
|
* gnome-terminal
|
||||||
* gvim
|
* gvim
|
||||||
* numlockx
|
* numlockx
|
||||||
* openbox
|
|
||||||
* openbox
|
|
||||||
* openssh
|
* openssh
|
||||||
* polkit-gnome
|
* polkit-gnome
|
||||||
|
* sudo
|
||||||
* tint2
|
* tint2
|
||||||
* tmux
|
* tmux
|
||||||
* xbacklight
|
* xbacklight
|
||||||
@ -52,6 +48,7 @@ Vim plugins are managed by vundle. So at first lunch you have to run in vim
|
|||||||
* archlinux-themes-slim
|
* archlinux-themes-slim
|
||||||
* aspell-fr
|
* aspell-fr
|
||||||
* autopep8
|
* autopep8
|
||||||
|
* bear
|
||||||
* cppcheck
|
* cppcheck
|
||||||
* cups
|
* cups
|
||||||
* dialog
|
* dialog
|
||||||
@ -82,7 +79,6 @@ Vim plugins are managed by vundle. So at first lunch you have to run in vim
|
|||||||
* seahorse
|
* seahorse
|
||||||
* shellcheck
|
* shellcheck
|
||||||
* strace
|
* strace
|
||||||
* sudo
|
|
||||||
* udevil
|
* udevil
|
||||||
* unrar
|
* unrar
|
||||||
* unzip
|
* unzip
|
||||||
|
Loading…
Reference in New Issue
Block a user