Skip to content

Commit

Permalink
Add missing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaweees committed Jun 13, 2024
1 parent 2255508 commit 1e4e060
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
Empty file added a.out
Empty file.
2 changes: 1 addition & 1 deletion local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- minimal-install
- install
tasks:
- include: tasks/ssh.yml
# - include: tasks/ssh.yml
- include: tasks/core-setup.yml
- include: tasks/gui-setup.yml
- include: tasks/flatpak-setup.yml
Expand Down
1 change: 1 addition & 0 deletions tasks/core-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- man
- network-manager # nmtui
- network-manager-gnome # nm-connection-editor
- picom
- ripgrep
- stow
- sudo
Expand Down
13 changes: 13 additions & 0 deletions tasks/zsh-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@
- minimal-install
- install
- zsh

- name: Install gitstatus plugin
ansible.builtin.git:
repo: 'https://gitee.com/romkatv/gitstatus.git'
dest: "~/gitstatus"
recursive: true
update: true
accept_hostkey: true
tags:
- minimal-install
- install
- zsh

0 comments on commit 1e4e060

Please sign in to comment.