Brian Thompson

Results 37 comments of Brian Thompson
trafficstars

Maybe this is a good way to get some Mac users over to Linux. :)

> Pacstall looks great, but I think maintaining our own repository makes installing our packages through Pacstall a lot less appealing. Perhaps work can be done with the Pacstall team...

Have you installed `tide` as a OMF plugin?: ```fish omf install https://github.com/IlanCosman/tide.git ``` I was unable to reproduce your issue with `tide` after running the above command and a manual...

I have experience the same thing in iTerm2 and the default Terminal app in Ubuntu, plus others. It looks like some of the Powerline fonts aren't rendering correctly because this...

Yeah, it's hard to say. Eventually I found a $SHELL theme that worked fine on Ubuntu. A lot of the Powerline theme variations just don't line up that well. I...

@a-p-o That's strange behavior. Sounds like OMF is trying to perform a couple of Git operations in `$HOME`. There are quite a few Git operations in the install script, so...

@a-p-o thank you for running that. I suppose the removal of the `.git` directory is sufficient. `.git` is treated as a special directory in regards to `git`, regardless of if...

@Vistaus If you've installed a theme with `omf`, it's possible that the theme didn't have a file named `fish_prompt.fish`. If the theme does have that file, then it should symlink...

> @dimacodota Yeah I see that the binaries were removed at 3.2.9 and now have to be downloaded. It would be nice for people like me that have to work...

After some further digging, I found out that libappindicator has been deprecated in Debian as of the Bullseye release (11.0). It is being replaced by libayatana-appindicator: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895037 Currently the `.deb`...