dotfile/user/pre.sh

11 lines
192 B
Bash

#!/bin/sh
###################################
#
# Create common directory structure
#
###################################
mkdir $HOME/.config/environment.d
mkdir -p $HOME/.local/{bin,share}