Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Config_Files
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Maxime Bombar
Config_Files
Commits
a985be19
Commit
a985be19
authored
May 17, 2018
by
Maxime Bombar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.crans.org/bombar/Config_Files
parents
55dd1817
0854732e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
3 deletions
+16
-3
.emacs
.emacs
+4
-0
.ssh/config
.ssh/config
+12
-2
.zsh/rc/local/80_aliases
.zsh/rc/local/80_aliases
+0
-1
No files found.
.emacs
View file @
a985be19
...
...
@@ -110,3 +110,7 @@ LaTeX-section-label))
(setq python-shell-interpreter "/usr/bin/ipython3"
python-shell-interpreter-args "--simple-prompt -i")
(add-hook 'python-mode-hook'jedi:setup)
(setq jedi:complete-on-dot t)
.ssh/config
View file @
a985be19
...
...
@@ -124,6 +124,11 @@ Host bde-test bde-test-virt note-test note-dev bde-test.crans.org bde-test-virt.
User pollion
ForwardAgent yes
Host galadriel bde-drive
HostName galadriel.crans.org
User ring
ForwardAgent yes
#~# # +-----------------+
#~# # | Re2o |
...
...
@@ -132,12 +137,17 @@ Host bde-test bde-test-virt note-test note-dev bde-test.crans.org bde-test-virt.
Host re2o-ldap
HostName re2o-ldap.crans.org
User
pollion
User
bombar
ForwardAgent yes
Host re2o-server re2o
HostName re2o-server.crans.org
User pollion
User bombar
ForwardAgent yes
Host re2o-services re2o-tools
HostName re2o-services.crans.org
User bombar
ForwardAgent yes
...
...
.zsh/rc/local/80_aliases
View file @
a985be19
...
...
@@ -257,7 +257,6 @@ alias note='ssh note'
alias note-test='ssh note-test'
alias sauron='ssh sauron'
alias clean='rm -f *.{aux,log,out,bbl,blg,rip,nav,snm,toc,vrb} *~ \#*'
alias cranspasswords='~/Associatif/Crans/Cranspasswords/cranspasswords'
alias firefox='firefox-esr --save-mode'
alias gpgsendkeys='gpg --list-keys|grep pub|grep -v uid|awk '"'"'{print $2}'"'"'|awk -F "/" '"'"'{print $2}'"'"'|sort|uniq|xargs -t -n 1 -I {} gpg --send-keys {}'
...
...
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