Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lockss-playbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
MSU Libraries
Public
lockss-playbook
Commits
5a95f9dc
Commit
5a95f9dc
authored
5 years ago
by
McConahy, Renee Margaret
Browse files
Options
Downloads
Patches
Plain Diff
Add my inputrc.
parent
baa826f7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dev.playbook.yml
+1
-0
1 addition, 0 deletions
dev.playbook.yml
roles/system-tweaks-nepeta/files/inputrc
+24
-0
24 additions, 0 deletions
roles/system-tweaks-nepeta/files/inputrc
roles/system-tweaks-nepeta/tasks/main.yml
+22
-0
22 additions, 0 deletions
roles/system-tweaks-nepeta/tasks/main.yml
with
47 additions
and
0 deletions
dev.playbook.yml
+
1
−
0
View file @
5a95f9dc
...
...
@@ -24,6 +24,7 @@
lockss_admin_email
:
root@localhost
roles
:
-
minimum_memory
-
system-tweaks-nepeta
-
lockss
tasks
:
-
debug
:
...
...
This diff is collapsed.
Click to expand it.
roles/system-tweaks-nepeta/files/inputrc
0 → 100644
+
24
−
0
View file @
5a95f9dc
set editing-mode vi
set bell-style none
set match-hidden-files off
set revert-all-at-newline on
set colored-stats on
set keymap vi-insert
"\C-b": unix-filename-rubout
"\C-l": clear-screen
"\C-x\C-i": insert-completions
"\C-xf": complete-filename
"\C-x=": possible-completions
"\C-x/": possible-filename-completions
"\C-x!": possible-command-completions
"\C-x@": possible-hostname-completions
"\C-x~": possible-username-completions
"\C-x$": possible-variable-completions
set keymap vi-command
"\C-b": unix-filename-rubout
"\C-l": clear-screen
"\C-a": yank-nth-arg
This diff is collapsed.
Click to expand it.
roles/system-tweaks-nepeta/tasks/main.yml
0 → 100644
+
22
−
0
View file @
5a95f9dc
---
-
name
:
Install better inputrc.
copy
:
src
:
inputrc
dest
:
/etc/inputrc
owner
:
root
mode
:
0644
-
name
:
Make the Vagrant user automatically sudo to root on log-in.
lineinfile
:
path
:
.bash_profile
line
:
"
[[
$(id
-u)
==
0
]]
||
exec
sudo
-s"
state
:
present
create
:
true
become
:
false
-
name
:
Make vim the default editor for the Vagrant user.
lineinfile
:
path
:
.bashrc
line
:
"
export
EDITOR=vim"
state
:
present
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