Update.
This commit is contained in:
parent
2a9c7eab6a
commit
db97996e77
8
.gitmodules
vendored
8
.gitmodules
vendored
@ -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
|
||||
|
@ -5,7 +5,7 @@ set -e
|
||||
BASE_CONFIG="base"
|
||||
CONFIG_SUFFIX=".yaml"
|
||||
|
||||
META_DIR="libs"
|
||||
META_DIR="meta"
|
||||
CONFIG_DIR="configs"
|
||||
PROFILES_DIR="profiles"
|
||||
|
||||
|
@ -5,7 +5,7 @@ set -e
|
||||
BASE_CONFIG="base"
|
||||
CONFIG_SUFFIX=".yaml"
|
||||
|
||||
META_DIR="libs"
|
||||
META_DIR="meta"
|
||||
CONFIG_DIR="configs"
|
||||
PROFILES_DIR="profiles"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user