diff --git a/.gitmodules b/.gitmodules index d37ea4c..4e55a5b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "lib/completions"] path = lib/completions url = https://github.com/zsh-users/zsh-completions -[submodule "lib/nano/syntax"] - path = lib/nano/syntax - url = https://github.com/scopatz/nanorc [submodule "lib/ohmyzsh"] path = lib/ohmyzsh url = https://github.com/robbyrussell/oh-my-zsh diff --git a/README.md b/README.md index c63b0a3..ed72b14 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ This Repo contains my dotfiles +Prerequisites: +- xmlstarlet: ```yaourt -S xmlstarlet``` +- nano-syntax-highlighting ```yaourt -S nano-syntax-highleighting``` and then ```echo "include /usr/share/nano-syntax-highlighting/*.nanorc" >> /etc/nanorc``` as root Install with the ```./install``` script. - -Also need to install xmlstarlet, use ```yaourt -S xmlstarlet``` diff --git a/config/dotbot/dotbot.yaml b/config/dotbot/dotbot.yaml index 10bd64a..b1c3f43 100644 --- a/config/dotbot/dotbot.yaml +++ b/config/dotbot/dotbot.yaml @@ -2,8 +2,6 @@ - link: ~/.fzf: lib/fzf - ~/.nano: lib/nano/syntax - ~/.nanorc: lib/nano/syntax/nanorc ~/.gitconfig: config/git/gitconfig ~/.zshrc: config/zsh/zshrc ~/.ssh/config: config/ssh/sshconfig diff --git a/lib/nano/syntax b/lib/nano/syntax deleted file mode 160000 index 43dd59a..0000000 --- a/lib/nano/syntax +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 43dd59ad3677b9e1ddd0e2b81000312fa5d7356b