mirror of
https://gitlab.com/octospacc/Configs.git
synced 2024-12-22 12:44:03 +01:00
10 lines
169 B
Bash
10 lines
169 B
Bash
|
#!/bin/sh
|
||
|
cd "$( dirname "$( realpath "$0" )" )"
|
||
|
. ../Lib.sh
|
||
|
|
||
|
SetScope Home
|
||
|
mkcd ./Home
|
||
|
cpdir .dotfiles
|
||
|
cpfile .tmux.conf
|
||
|
cpfile .config/micro/settings.json
|