final commit

master
Jason Zhu 2020-03-22 20:51:10 +11:00
parent ac81726964
commit c881fc96d6
5 changed files with 29 additions and 1 deletions

4
.gitmodules vendored 100644
View File

@ -0,0 +1,4 @@
[submodule "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot
ignore = dirty

View File

@ -1,3 +1,3 @@
# dotfiles # dotfiles
This repository contains my dotfiles for all linux operating systems, including Ubuntu HomeDesktop, Lubuntu Laptop, and others This repository has been deprecated, as now we switch to dotfiles-local + dotbot workflow

1
dotbot 160000

@ -0,0 +1 @@
Subproject commit 5d83f9e797b1950199e127a8196803f5e33e0916

15
install 100755
View File

@ -0,0 +1,15 @@
#!/usr/bin/env bash
set -e
CONFIG="install.conf.yaml"
DOTBOT_DIR="dotbot"
DOTBOT_BIN="bin/dotbot"
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASEDIR}"
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
git submodule update --init --recursive "${DOTBOT_DIR}"
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"

View File

@ -0,0 +1,8 @@
- defaults:
link:
relink: true
- clean: ['~']
- link: