changed nano highleighting to be systemwide
This commit is contained in:
parent
2409ca61ee
commit
8077363188
4 changed files with 3 additions and 8 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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```
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 43dd59ad3677b9e1ddd0e2b81000312fa5d7356b
|
Loading…
Add table
Reference in a new issue