linux2.bash

#!/usr/bin/env bash

import lib/linux2
import lib/linux

## Setup, configure, backup my personal linux systems
#
# Aims to have a single folder to contain all backup-able items


## 
# Set up a new system from my setup source files. Do this AFTER a restore from backup
#
#
function linux2_setup(){
    linux2_init_configs
    source "${setup_dir}/setup.bash"
}