Compare commits
No commits in common. "e186a1e9d7c03f09f1aa5b8933c0a7be4d37f077" and "9272408df37328f50672b0c9746636b015ff7f21" have entirely different histories.
e186a1e9d7
...
9272408df3
4 changed files with 0 additions and 26 deletions
|
@ -3,8 +3,6 @@ dependencies:
|
|||
- tmux-user-cfg
|
||||
- { role: vim-user-cfg, vim_rc_version: "full" }
|
||||
- zsh-user-cfg
|
||||
- yay
|
||||
- sshconfig
|
||||
- nix
|
||||
- nix-user-cfg
|
||||
- kitty-user-cfg
|
||||
|
|
|
@ -3,4 +3,3 @@ dependencies:
|
|||
- tmux-user-cfg
|
||||
- { role: vim-user-cfg, vim_rc_version: "minimal" }
|
||||
- zsh-user-cfg
|
||||
- yay
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
# Deploys standard sshconfig via script in the dotfiles folder.
|
||||
|
||||
- name: Configure ssh
|
||||
ansible.builtin.command: "/home/{{ additional_user }}/.dotfiles/scripts/configure_sshconfig.sh"
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
# Configuring yay file.
|
||||
|
||||
- name: Creating yay personal configuration folder
|
||||
ansible.builtin.file:
|
||||
path: "/home/{{ additional_user }}/.config/yay"
|
||||
state: directory
|
||||
owner: "{{ additional_user }}"
|
||||
group: "{{ additional_user }}"
|
||||
mode: '0755'
|
||||
|
||||
- name: Copying default configuration for yay
|
||||
ansible.builtin.copy:
|
||||
path: yay-config.json
|
||||
dest: "/home/{{ additional_user }}/.config/yay/config.json"
|
||||
owner: "{{ additional_user }}"
|
||||
group: "{{ additional_user }}"
|
||||
mode: '0644'
|
Loading…
Add table
Add a link
Reference in a new issue