bundles/apt: move vim to default packages
This commit is contained in:
parent
03840fd152
commit
8a2bef9b77
2 changed files with 1 additions and 6 deletions
|
@ -112,6 +112,7 @@ pkg_apt = {
|
||||||
'tmux': {},
|
'tmux': {},
|
||||||
'tree': {},
|
'tree': {},
|
||||||
'unzip': {},
|
'unzip': {},
|
||||||
|
'vim': {},
|
||||||
'wget': {},
|
'wget': {},
|
||||||
'whois': {},
|
'whois': {},
|
||||||
'zip': {},
|
'zip': {},
|
||||||
|
|
|
@ -2,12 +2,6 @@ from json import loads
|
||||||
from os.path import join
|
from os.path import join
|
||||||
|
|
||||||
defaults = {
|
defaults = {
|
||||||
'apt': {
|
|
||||||
'packages': {
|
|
||||||
'tmux': {},
|
|
||||||
'vim': {},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'users': {
|
'users': {
|
||||||
'root': {
|
'root': {
|
||||||
'home': '/root',
|
'home': '/root',
|
||||||
|
|
Loading…
Add table
Reference in a new issue