mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
fixed tmux configuration path
This commit is contained in:
+3
-3
@@ -363,9 +363,9 @@
|
|||||||
name: tmux
|
name: tmux
|
||||||
state: present
|
state: present
|
||||||
- name: Setup TMUX
|
- name: Setup TMUX
|
||||||
synchronize:
|
copy:
|
||||||
src: tmux
|
src: tmux/tmux.conf
|
||||||
dest: /$HOME/.config
|
dest: /$HOME/.tmux.conf
|
||||||
- name: Install Neovim (command-line text editor)
|
- name: Install Neovim (command-line text editor)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user