dotfile/user/pre.sh
2018-04-29 15:23:52 +02:00

12 lines
211 B
Bash

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