12 lines
211 B
Bash
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
|