Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
61866db1
authored
Apr 19, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
devenv: add python-mode
parent
b459396f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
miscellaneous/devenv/nextinit.sh
+23
-0
No files found.
miscellaneous/devenv/nextinit.sh
View file @
61866db1
...
@@ -81,6 +81,29 @@ git config --global alias.civ 'commit --interactive --verbose'
...
@@ -81,6 +81,29 @@ git config --global alias.civ 'commit --interactive --verbose'
git config
--global
color.ui
true
git config
--global
color.ui
true
git config
--global
core.editor vim
git config
--global
core.editor vim
echo
Python-mode?
[
N/y]
read
if
[
"
$REPLY
"
=
y
]
then
mkdir
-p
~/.vim/autoload ~/.vim/bundle
curl
-Sso
~/.vim/autoload/pathogen.vim
\
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
cd
~/.vim
;
mkdir
-p
bundle
;
cd
bundle
&&
git clone
\
git://github.com/klen/python-mode.git
cat
>>
~/.vimrc
<<
A
" Pathogen load
filetype off
call pathogen#infect()
call pathogen#helptags()
filetype plugin indent on
syntax on
A
sudo
pip install pyflakes rope pep8 mccabe
fi
true
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment