Compare commits

..

No commits in common. "1a3a6008903d70fe3da63933aa3344be9855cee0" and "ad767e4f378590427822557b3d3b209355004760" have entirely different histories.

6 changed files with 0 additions and 52 deletions

View file

@ -59,14 +59,3 @@ name='Terminal'
[org/gnome/shell/extensions/clipboard-indicator]
toggle-menu=['<Control>grave']
[org/gnome/shell/extensions/pop-shell]
active-hint=true
active-hint-border-radius=uint32 23
focus-left=['<Super>Left', '<Super>h']
gap-inner=uint32 4
gap-outer=uint32 4
hint-color-rgba='rgb(255,255,255)'
smart-gaps=false
tile-by-default=true

Binary file not shown.

Binary file not shown.

View file

@ -22,7 +22,6 @@
- tldr
- bat
- fzf
- unzip
state: present
- name: Copy gitconfig base

View file

@ -8,16 +8,6 @@
mode: '0755'
changed_when: false
- name: Preparing for JetBrainsMono font installation
become: true
file:
path: /usr/share/fonts/jetbrains
state: directory
owner: root
group: root
mode: '0755'
changed_when: false
- name: Installing Hack Nerd Font
become: true
copy:
@ -27,31 +17,6 @@
group: root
mode: preserve
- name: Installing codicon Font
become: true
copy:
src: fonts/codicon.ttf
dest: /usr/share/fonts/hack/codicon.ttf
owner: root
group: root
mode: preserve
- name: Installing devicon Font
become: true
copy:
src: fonts/devicon.ttf
dest: /usr/share/fonts/hack/devicon.ttf
owner: root
group: root
mode: preserve
- name: Download and install Jetbrains mono nerdfonts
become: true
ansible.builtin.unarchive:
src: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip
dest: /usr/share/fonts/jetbrains
remote_src: yes
- name: Setting up fonts.conf (Fallback for emojis)
block:
- name: Make sure fontconfig folder exists

View file

@ -4,11 +4,6 @@
package:
name:
- dconf
# Gnome extensions
- gnome-shell-extension-blur-my-shell
- gnome-shell-extension-pop-shell
- gnome-shell-extension-caffeine
- gnome-shell-extension-appindicator
state: present
- name: Dconf loader