Score:0

How to uninstall a theme from tmux while there is no tmux.conf?

us flag

I installed tmux on my ubuntu using apt install tmux and than I cloned this theme repository from GitHub and just simply ran the theme script using ./tmux-power.tmux.

Now that I want to uninstall the theme and head back to the default one, there is no tmux.conf file at all.

I removed the cloned repository and also completely uninstalled tmux using sudo apt-get purge tmux but still stuck with installed theme.

While I was trying to find tmux.conf I found tmux repository at /usr/share/doc/tmux but there where no tmux.conf either (see image bellow).

enter image description here

Score:0
vn flag

Your .tmux.conf file should be in your home directory, but it's a hidden file (beginning with a .).

Try and run ls -la in your homedir, and see if it's there.

If you want a fresh install of tmux, remove the config file in your homedir before reinstalling:
rm ~/.tmux.conf

Now all tmux config should be reset to default.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.