wip
This commit is contained in:
parent
b190c24860
commit
a476ea0e65
@ -1,10 +1,7 @@
|
||||
# Workspace
|
||||
|
||||
My scripts and configuration.
|
||||
|
||||
Built with multi-user and multi-machine setup in mind (assuming you are in charge).
|
||||
My scripts and configuration. See [blog post](https://yrz.am/posts/workspace/).
|
||||
|
||||
- arch-root/ - administrative pc stuff related to hardware, packages, login management, group flow, roaming, etc.
|
||||
- arch-user/ - all the pc session stuff including window management that reflect my preferences as a user. Tiling wm, colemak, minimalism, vi bindings everywhere.
|
||||
- deb-vps/
|
||||
- android/
|
||||
- deb-vps/ - docker-based system. No applications yet.
|
||||
|
@ -2,6 +2,11 @@
|
||||
set -e
|
||||
cd "$(dirname "$0")"
|
||||
umask 002
|
||||
[[ "$(id -u)" == "0" ]] && echo "ERROR: wrong user" >&1 && exit 1
|
||||
|
||||
####### file structure #########
|
||||
mkdir -p ~/tmp ~/know ~/scripts ~/dev
|
||||
################################
|
||||
|
||||
########## scripts #############
|
||||
cp -rf scripts/* ~/scripts
|
||||
|
Loading…
Reference in New Issue
Block a user