diff --git a/.config/powerline-shell/powerline-shell b/.config/powerline-shell/powerline-shell deleted file mode 160000 index a9b8c9b..0000000 --- a/.config/powerline-shell/powerline-shell +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a9b8c9bb39dbfb7ec3c639e497b5a76fa6dcb8cc diff --git a/.gitmodules b/.gitmodules index cee573f..f3c439f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -35,6 +35,3 @@ [submodule ".config/ranger/plugins/ranger_devicons"] path = .config/ranger/plugins/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 diff --git a/README.md b/README.md index 70dbd97..f592d2a 100644 --- a/README.md +++ b/README.md @@ -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 - ```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 cd ~/dot/ stow --adopt . @@ -62,8 +62,6 @@ Note that the `printf` command may take some time to finish, since it is searchi ```bash 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 ```