todo
.
├── config
│ ├── bash
│ │ ├── bash_aliases
│ │ ├── bash_functions
│ │ └── bashrc
│ ├── bat
│ │ ├── config
│ │ └── themes
│ │ └── Catppuccin Mocha.tmTheme
│ ├── btop
│ │ └── themes
│ │ └── catppuccin_mocha.theme
│ ├── dunst
│ │ └── dunstrc
│ ├── fzf
│ │ ├── completion.bash
│ │ └── key-bindings.bash
│ ├── i3
│ │ └── config
│ ├── i3status
│ │ └── config
│ ├── nano
│ │ └── nanorc
│ ├── picom
│ │ └── picom.conf
│ ├── qt5ct
│ │ └── qt5ct.conf
│ ├── rofi
│ │ ├── config.rasi
│ │ ├── frappe.rasi
│ │ └── mocha.rasi
│ ├── scripts
│ │ ├── i3_blur-lock.sh
│ │ ├── i3status_ippub.sh
│ │ ├── rofi_change-layout.sh
│ │ ├── rofi_power-menu.sh
│ │ └── rofi_tailscale.sh
│ ├── tmux
│ │ └── tmux.conf
│ ├── vim
│ │ ├── autoload
│ │ ├── colors
│ │ │ └── catppuccin_mocha.vim
│ │ └── vimrc
│ └── xfce4
│ ├── terminal
│ │ ├── accels.scm
│ │ └── terminalrc
│ └── xfconf
│ └── xfce-perchannel-xml
│ └── thunar.xml
├── Install_Debian.sh
├── local
│ └── share
│ └── xfce4
│ └── terminal
│ └── colorschemes
│ └── catppuccin-mocha.theme
└── README.md