mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
RS IZ sprinkle editing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user