RS IZ sprinkle editing
This commit is contained in:
parent
d5c28eb9a6
commit
cb67a7fa1b
1 changed files with 7 additions and 0 deletions
|
|
@ -11,4 +11,11 @@ end
|
|||
package :tools do
|
||||
description 'Useful tools'
|
||||
apt 'psmisc htop elinks screen'
|
||||
requires :vim
|
||||
end
|
||||
|
||||
package :vim do
|
||||
run("cd && git clone git@github.com:zhitomirskiyi/vim-files.git")
|
||||
run("ln -s /root/vim-files/vimrc /root/.vimrc")
|
||||
run("ln -s -f -T /root/vim-files /root/.vim")
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue