dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | Submodules | README | LICENSE

50_zsh.sh (178B)


      1 #!/usr/bin/env bash
      2 
      3 # zplug requires gawk
      4 if [[ "$(uname)" = "Linux" ]]; then
      5    if [[ "$(cat /etc/issue 2> /dev/null)" =~ Debian ]]; then
      6        sudo apt install gawk
      7    fi
      8 fi