Skip to content

Instantly share code, notes, and snippets.

@floer32
Last active September 16, 2021 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floer32/5005768 to your computer and use it in GitHub Desktop.
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
Copy link
Author

floer32 commented Mar 6, 2019

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

Copy link

ghost commented Sep 16, 2021

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