Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
cf1b7d0c
Commit
cf1b7d0c
authored
7 years ago
by
Stéphane Diemer
Browse files
Options
Downloads
Patches
Plain Diff
Fixed vim rc file.
parent
a3b360d8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
1.Base/1.Utilities/0_setup.py
+2
-2
2 additions, 2 deletions
1.Base/1.Utilities/0_setup.py
1.Base/1.Utilities/vimrc
+2
-0
2 additions, 0 deletions
1.Base/1.Utilities/vimrc
with
4 additions
and
2 deletions
1.Base/1.Utilities/0_setup.py
+
2
−
2
View file @
cf1b7d0c
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
1.Base/1.Utilities/vimrc
0 → 100644
+
2
−
0
View file @
cf1b7d0c
syntax on
color ron
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment