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
|
||||
## Install tool
|
||||
First get git submodule:
|
||||
You can simply do
|
||||
```
|
||||
git submodule update --init
|
||||
```
|
||||
add scripts path into your PATH
|
||||
|
||||
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
|
||||
|
||||
For example, for vim, this will produce the following content
|
||||
```
|
||||
ln -s PATH_TO_THIS_REPO/.vim ~/.vim
|
||||
ln -s PATH_TO_THIS_REPO/.vimrc ~/.vimrc
|
||||
#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
|
||||
@ -35,10 +32,9 @@ Vim plugins are managed by vundle. So at first lunch you have to run in vim
|
||||
* gnome-terminal
|
||||
* gvim
|
||||
* numlockx
|
||||
* openbox
|
||||
* openbox
|
||||
* openssh
|
||||
* polkit-gnome
|
||||
* sudo
|
||||
* tint2
|
||||
* tmux
|
||||
* xbacklight
|
||||
@ -52,6 +48,7 @@ Vim plugins are managed by vundle. So at first lunch you have to run in vim
|
||||
* archlinux-themes-slim
|
||||
* aspell-fr
|
||||
* autopep8
|
||||
* bear
|
||||
* cppcheck
|
||||
* cups
|
||||
* dialog
|
||||
@ -82,7 +79,6 @@ Vim plugins are managed by vundle. So at first lunch you have to run in vim
|
||||
* seahorse
|
||||
* shellcheck
|
||||
* strace
|
||||
* sudo
|
||||
* udevil
|
||||
* unrar
|
||||
* unzip
|
||||
|
Loading…
Reference in New Issue
Block a user