mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
vimrc: init
This commit is contained in:
parent
eb3dd87869
commit
5744e72450
2 changed files with 8 additions and 1 deletions
6
apply.sh
6
apply.sh
|
|
@ -1,10 +1,14 @@
|
|||
# .Xresources
|
||||
ln -sv ~/dotfiles/root/.Xresources ~/.Xresources
|
||||
|
||||
# .Xresources
|
||||
# .zshrc
|
||||
rm ~/.zshrc
|
||||
ln -sv ~/dotfiles/root/.zshrc ~/.zshrc
|
||||
|
||||
# .vimrc
|
||||
rm ~/.vimrc
|
||||
ln -sv ~/dotfiles/root/.vimrc ~/.vimrc
|
||||
|
||||
# i3
|
||||
mkdir -p ~/.config/i3
|
||||
ln -sv ~/dotfiles/i3/config ~/.config/i3/config
|
||||
|
|
|
|||
3
root/.vimrc
Normal file
3
root/.vimrc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
set relativenumber
|
||||
highlight EndOfBuffer ctermfg=16
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue