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