Skip to content

Instantly share code, notes, and snippets.

@floer32
Last active September 16, 2021 08:05
Show Gist options
  • Select an option

  • Save floer32/5005768 to your computer and use it in GitHub Desktop.

Select an option

Save floer32/5005768 to your computer and use it in GitHub Desktop.
HOWTO xmobar with all extensions in Arch Linux
#!/bin/sh
# install cabal-install if necessary
sudo pacman -S cabal-install
# preparing to install xmobar with all extensions
sudo pacman -S alex
yaourt haskell-language-c-03
sudo cabal install --global c2hs
sudo cabal install --global alsa-mixer
# install it
sudo cabal install --global xmobar --flags="all_extensions"
@floer32

floer32 commented Mar 6, 2019

Copy link
Copy Markdown
Author

ahem

Linux is free if you don't value your time

it was fun to learn some things with Arch

but I've stopped the yak-shaving since then

ghost commented Sep 16, 2021

Copy link
Copy Markdown

isnt it possible without that cabal thing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment