mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
added evince & more tmux config
This commit is contained in:
@@ -3,6 +3,11 @@
|
|||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Install Evince (PDF viewer & editor)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: evince
|
||||||
|
state: present
|
||||||
- name: Install Noto Fonts Emoji (for emojis support)
|
- name: Install Noto Fonts Emoji (for emojis support)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
+1
-1
@@ -44,7 +44,7 @@ bind c new-window -c "#{pane_current_path}"
|
|||||||
set -g status-left-length 20
|
set -g status-left-length 20
|
||||||
|
|
||||||
# fix for tokyo-night theme
|
# fix for tokyo-night theme
|
||||||
set -g status-bg "#414868"
|
set -g status-bg "#ffffff"
|
||||||
|
|
||||||
# List of TPM plugins
|
# List of TPM plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|||||||
Reference in New Issue
Block a user