mirror of
https://github.com/roles-ansible/ansible_role_dotfiles.git
synced 2024-08-16 16:09:49 +02:00
update
This commit is contained in:
commit
67861ffd2e
2 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,7 @@ dotfiles__aliases:
|
||||||
- {alias: "VISUAL", command: "/usr/bin/gedit", color: false}
|
- {alias: "VISUAL", command: "/usr/bin/gedit", color: false}
|
||||||
- {alias: "gitsubpull", command: "git submodule foreach '(git checkout \\$(git symbolic-ref --short refs/remotes/origin/HEAD | sed 's@^origin/@@'); git pull)'", color: false}
|
- {alias: "gitsubpull", command: "git submodule foreach '(git checkout \\$(git symbolic-ref --short refs/remotes/origin/HEAD | sed 's@^origin/@@'); git pull)'", color: false}
|
||||||
- {alias: "pwgen", command: "/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --ambiguous 95 1", color: false}
|
- {alias: "pwgen", command: "/usr/bin/pwgen --num-passwords=3000 --numerals --capitalize --secure --no-vowels --ambiguous 95 1", color: false}
|
||||||
|
- {alias: "gdiff", command: "git diff --submodule=diff", color: false}
|
||||||
|
|
||||||
# enable bash completion
|
# enable bash completion
|
||||||
dotfiles__bash_completion_enabled: true
|
dotfiles__bash_completion_enabled: true
|
||||||
|
|
|
@ -5,7 +5,6 @@ galaxy_info:
|
||||||
role_name: dotfiles
|
role_name: dotfiles
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
min_ansible_version: '2.13'
|
min_ansible_version: '2.13'
|
||||||
github_branch: main
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: ArchLinux
|
- name: ArchLinux
|
||||||
versions: ['all']
|
versions: ['all']
|
||||||
|
|
Loading…
Reference in a new issue