mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Adding my desktop configuration
This commit is contained in:
BIN
ansible.desktop/tasks/.discord.yml.swp
Normal file
BIN
ansible.desktop/tasks/.discord.yml.swp
Normal file
Binary file not shown.
17
ansible.desktop/tasks/base_packages.yml
Normal file
17
ansible.desktop/tasks/base_packages.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
- name: Install base packages
|
||||
become: true
|
||||
apt:
|
||||
name:
|
||||
- ansible
|
||||
- vim
|
||||
- git
|
||||
- tmux
|
||||
|
||||
- name: Capture Tools
|
||||
become: true
|
||||
apt:
|
||||
name:
|
||||
- flameshot
|
||||
- peek
|
||||
- obs-studio
|
||||
8
ansible.desktop/tasks/discord.yml
Normal file
8
ansible.desktop/tasks/discord.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
- name: Communication
|
||||
apt:
|
||||
name:
|
||||
- discord
|
||||
# Let's fix Discord Auto updating, because it's a pain
|
||||
# https://github.com/FlorianHegele/AutoUpdateDiscord
|
||||
# /
|
||||
10
ansible.desktop/tasks/nocfree.yml
Normal file
10
ansible.desktop/tasks/nocfree.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
# Setup things for my NocFree Keyboard
|
||||
- name: Setup UDEV NocFree
|
||||
become: true
|
||||
copy:
|
||||
dest: /etc/udev/rules.d/99-vial.rules
|
||||
owner: root
|
||||
group: root
|
||||
content: 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"'
|
||||
mode: '0644'
|
||||
6
ansible.desktop/tasks/todoist.yml
Normal file
6
ansible.desktop/tasks/todoist.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Todoist
|
||||
community.general.flatpak:
|
||||
name: com.todoist.Todoist
|
||||
state: present
|
||||
method: user
|
||||
Reference in New Issue
Block a user