Remove MC panels.ini

This commit is contained in:
Anthony Rose 2024-11-19 12:27:07 +00:00
parent 00d1eda3fe
commit 7a5424ee92
2 changed files with 3 additions and 35 deletions

View file

@ -1,32 +0,0 @@
[New Left Panel]
display=listing
reverse=0
case_sensitive=1
exec_first=0
sort_order=name
list_mode=full
brief_cols=2
user_format=half type name | size | perm
user_status0=half type name | size | perm
user_status1=half type name | size | perm
user_status2=half type name | size | perm
user_status3=half type name | size | perm
user_mini_status=false
[New Right Panel]
display=listing
reverse=0
case_sensitive=1
exec_first=0
sort_order=name
list_mode=full
brief_cols=2
user_format=half type name | size | perm
user_status0=half type name | size | perm
user_status1=half type name | size | perm
user_status2=half type name | size | perm
user_status3=half type name | size | perm
user_mini_status=false
[Dirs]
current_is_left=true

View file

@ -63,9 +63,9 @@
src: mc.ini
dest: "{{ ansible_env.XDG_CONFIG_HOME }}/mc/ini"
- name: Create $XDG_CONFIG_HOME/mc/panels.ini
ansible.builtin.copy:
src: mc.panels.ini
dest: "{{ ansible_env.XDG_CONFIG_HOME }}/mc/panels.ini"
ansible.builtin.file:
path: "{{ ansible_env.XDG_CONFIG_HOME }}/mc/panels.ini"
state: absent
- name: Create $XDG_CONFIG_HOME/powershell/Microsoft.PowerShell_profile.ps1
ansible.builtin.copy:
src: Microsoft.PowerShell_profile.ps1