Skip to content
Snippets Groups Projects
Commit cf1b7d0c authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Fixed vim rc file.

parent a3b360d8
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ def setup(interactive=True): ...@@ -12,8 +12,8 @@ def setup(interactive=True):
# Locale # Locale
'locale-gen en_GB.UTF-8', 'locale-gen en_GB.UTF-8',
'update-locale LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8', 'update-locale LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LC_MESSAGES=en_GB.UTF-8',
# Vim colors # Copy vimrc file
'[ -f ~/.vimrc ] || echo -e "syntax on\\ncolor ron" > ~/.vimrc', 'cp "%s/vimrc" "/root/.vimrc"' % dir_path,
# Copy bashrc file # Copy bashrc file
'cp "%s/bashrc" "/root/.bashrc"' % dir_path, 'cp "%s/bashrc" "/root/.bashrc"' % dir_path,
# Generate SSH key if not already done # Generate SSH key if not already done
......
syntax on
color ron
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment