removing archive
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
---
|
||||
- name: doom emacs repo
|
||||
become: yes
|
||||
become_user: opal
|
||||
git:
|
||||
repo: "{{ doom_emacs_repo }}"
|
||||
dest: "{{ doom_emacs_dest }}"
|
||||
update: no
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
dotfiles_repo: https://codeberg.org/opalvaults/opalfiles.git
|
||||
dotfiles_dest: /home/opal/opalfiles
|
||||
|
||||
doom_emacs_repo: https://github.com/doomemacs/doomemacs
|
||||
doom_emacs_dest: /home/opal/.config/emacs
|
||||
|
||||
dracula_qt5_repo: https://github.com/dracula/qt5.git
|
||||
dracula_qt5_dest: /home/opal/src/dracula-qt5
|
||||
@@ -1 +0,0 @@
|
||||
---
|
||||
@@ -1 +0,0 @@
|
||||
---
|
||||
@@ -1,22 +0,0 @@
|
||||
---
|
||||
- name: Ensure required packages are installed
|
||||
apt:
|
||||
name: qt5ct
|
||||
state: present
|
||||
|
||||
- name: Create qt5ct colors directory if it doesn't exist
|
||||
file:
|
||||
path: '~/.config/qt5ct/colors'
|
||||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- name: Copy Dracula theme to qt5ct colors directory
|
||||
template:
|
||||
src: 'templates/dracula.conf.j2'
|
||||
dest: '~/.config/qt5ct/colors/dracula.conf'
|
||||
remote_src: yes
|
||||
|
||||
- name: Deploy qt5ct configuration file
|
||||
template:
|
||||
src: 'templates/qt5ct.conf.j2'
|
||||
dest: '~/.config/qt5ct/qt5ct.conf'
|
||||
@@ -1,4 +0,0 @@
|
||||
[ColorScheme]
|
||||
active_colors=#ffbd93f9, #ff424559, #ff484d6b, #ff6272a4, #ff44475a, #ff44475a, #ff6272a4, #ff44475a, #ffbd93f9, #ff282a36, #ff282a36, #ff44475a, #ff6272a4, #ffbd93f9, #ff8be9fd, #ff8be9fd, #ff44475a, #ff6272a4, #ff44475a, #fff8f8f2, #ff44475a
|
||||
disabled_colors=#ffbd93f9, #ff424559, #ff484d6b, #ff6272a4, #ff44475a, #ff44475a, #ff6272a4, #ff44475a, #ffbd93f9, #ff282a36, #ff282a36, #ff44475a, #ff6272a4, #ffbd93f9, #ff8be9fd, #ff8be9fd, #ff44475a, #ff6272a4, #ff44475a, #fff8f8f2, #ff44475a
|
||||
inactive_colors=#ffbd93f9, #ff424559, #ff484d6b, #ff6272a4, #ff44475a, #ff44475a, #ff6272a4, #ff44475a, #ffbd93f9, #ff282a36, #ff282a36, #ff44475a, #ff6272a4, #ffbd93f9, #ff8be9fd, #ff8be9fd, #ff44475a, #ff6272a4, #ff44475a, #fff8f8f2, #ff44475a
|
||||
@@ -1,5 +0,0 @@
|
||||
[Appearance]
|
||||
style=Fusion
|
||||
icon_theme=Papirus-Dark
|
||||
custom_palette=true
|
||||
color_scheme_path=~/.config/qt5ct/colors/dracula.conf
|
||||
@@ -1 +0,0 @@
|
||||
---
|
||||
Reference in New Issue
Block a user