Skip to content

Commit

Permalink
[zsh] make batcat theme GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Aug 14, 2024
1 parent 0bbd1c1 commit 45931ca
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/zsh/config/bat.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Theme
--theme="GitHub"
14 changes: 14 additions & 0 deletions roles/zsh/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,20 @@
state: link
force: yes

- name: Setup batcat config
block:
- name: Create ~/.config/config/bat directory
file:
path: "{{ ansible_env.HOME }}/.config/bat"
state: directory
recurse: yes
- name: Create batcat config symbolic link
file:
src: "{{ role_path }}/config/bat.conf"
dest: "{{ ansible_env.HOME }}/.config/bat/config"
state: link
force: yes

- name: Git clone Powerlevel10k
git:
repo: https://github.com/romkatv/powerlevel10k.git
Expand Down

0 comments on commit 45931ca

Please sign in to comment.