Created
August 8, 2015 08:38
-
-
Save zenoando/4db5b563c2549d95ad5e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# installing xmonad in fedora 22 | |
sudo dfn install -y xmonad ghc-xmonad-contrib-devel ghc-xmonad-devel xmobar\ | |
stalonetray dmenu scrot cabal-install ghc-Cabal-devel | |
cabal update | |
cabal install yeganesh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment