Remove unused submodule
This commit is contained in:
parent
0fb52c2472
commit
629ef32a26
|
@ -1 +0,0 @@
|
||||||
Subproject commit a9b8c9bb39dbfb7ec3c639e497b5a76fa6dcb8cc
|
|
|
@ -35,6 +35,3 @@
|
||||||
[submodule ".config/ranger/plugins/ranger_devicons"]
|
[submodule ".config/ranger/plugins/ranger_devicons"]
|
||||||
path = .config/ranger/plugins/ranger_devicons
|
path = .config/ranger/plugins/ranger_devicons
|
||||||
url = https://github.com/alexanderjeurissen/ranger_devicons
|
url = https://github.com/alexanderjeurissen/ranger_devicons
|
||||||
[submodule ".config/powerline-shell/powerline-shell"]
|
|
||||||
path = .config/powerline-shell/powerline-shell
|
|
||||||
url = https://github.com/b-ryan/powerline-shell
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ Once installed, editing source code in vim supports features displayed in the sc
|
||||||
Easiest installation is to clone repository into home directory -
|
Easiest installation is to clone repository into home directory -
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install vim xsel xclip tmux
|
sudo apt install vim xsel xclip tmux ranger clang
|
||||||
git clone --recursive https://github.com/shaunrd0/dot ~/dot
|
git clone --recursive https://github.com/shaunrd0/dot ~/dot
|
||||||
cd ~/dot/
|
cd ~/dot/
|
||||||
stow --adopt .
|
stow --adopt .
|
||||||
|
@ -62,8 +62,6 @@ Note that the `printf` command may take some time to finish, since it is searchi
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install clang
|
sudo apt install clang
|
||||||
printf "export LIBCLANG=\""$(find /usr/ -name libclang.so.1 2>/dev/null)"\"\n\n" >> .bash_aliases
|
|
||||||
echo "let g:clang_library_path=\$LIBCLANG" >> ~/.vimrc
|
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue