This commit is contained in:
Jeff Lance 2018-08-19 20:29:34 +02:00
parent 2a9c7eab6a
commit db97996e77
27 changed files with 6 additions and 11 deletions

8
.gitmodules vendored
View File

@ -1,8 +1,8 @@
[submodule "awesome"]
path = awesome
url = https://github.com/jefflance/awesome.git
[submodule "libs/github/dotbot"]
path = libs/github/dotbot
[submodule "meta/github/dotbot"]
path = meta/github/dotbot
url = https://github.com/anishathalye/dotbot.git
[submodule "slate/slate.d"]
path = slate/slate.d
@ -13,6 +13,6 @@
[submodule "zsh/oh-my-zsh"]
path = zsh/oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git
[submodule "libs/github/asymptote-config"]
path = libs/github/asymptote-config
[submodule "meta/github/asymptote-config"]
path = meta/github/asymptote-config
url = https://github.com/jefflance/asymptote-config.git

View File

@ -5,7 +5,7 @@ set -e
BASE_CONFIG="base"
CONFIG_SUFFIX=".yaml"
META_DIR="libs"
META_DIR="meta"
CONFIG_DIR="configs"
PROFILES_DIR="profiles"

View File

@ -5,7 +5,7 @@ set -e
BASE_CONFIG="base"
CONFIG_SUFFIX=".yaml"
META_DIR="libs"
META_DIR="meta"
CONFIG_DIR="configs"
PROFILES_DIR="profiles"

View File

@ -18,11 +18,6 @@ function convert_asy_to_png {
rsvg-convert "$filename.svg" -o $(echo "$filename.svg" | sed -e 's/svg$/png/')
}
function latexmk {
latexmk -lualatex "$1"
latexmk -c "$1"
}
#
# Aliases