config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

setup (170B)


      1 #!/bin/sh
      2 
      3 pkg update
      4 
      5 pkg i \
      6     bash \
      7     bash-completion \
      8     gnupg \
      9     htop \
     10     mg \
     11     mosh \
     12     oathtool \
     13     openssh \
     14     pass \
     15     rsync \
     16     tmux \