From db97996e776721967cee5a1b4c72b51f4198c1ab Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 19 Aug 2018 20:29:34 +0200 Subject: [PATCH] Update. --- .gitmodules | 8 ++++---- install-profile | 2 +- install-standalone | 2 +- {libs => meta}/base.yaml | 0 {libs => meta}/configs/aacskeys.yaml | 0 {libs => meta}/configs/abcde.yaml | 0 {libs => meta}/configs/ansiweather.yaml | 0 {libs => meta}/configs/asymptote.yaml | 0 {libs => meta}/configs/awesome.yaml | 0 {libs => meta}/configs/beets.yaml | 0 {libs => meta}/configs/editorconfig.yaml | 0 {libs => meta}/configs/emacs.yaml | 0 {libs => meta}/configs/fonts.yaml | 0 {libs => meta}/configs/gitignore.global.yaml | 0 {libs => meta}/configs/latex.yaml | 0 {libs => meta}/configs/mopidy.yaml | 0 {libs => meta}/configs/ncmpcpp.yaml | 0 {libs => meta}/configs/slate.yaml | 0 {libs => meta}/configs/tmux.yaml | 0 {libs => meta}/configs/vim.yaml | 0 {libs => meta}/configs/x.yaml | 0 {libs => meta}/configs/zsh.yaml | 0 {libs => meta}/github/asymptote-config | 0 {libs => meta}/github/dotbot | 0 {libs => meta}/profiles/linux-desktop | 0 {libs => meta}/profiles/macos-laptop | 0 zsh/custom/plugins/my_helpers/my_helpers.plugin.zsh | 5 ----- 27 files changed, 6 insertions(+), 11 deletions(-) rename {libs => meta}/base.yaml (100%) rename {libs => meta}/configs/aacskeys.yaml (100%) rename {libs => meta}/configs/abcde.yaml (100%) rename {libs => meta}/configs/ansiweather.yaml (100%) rename {libs => meta}/configs/asymptote.yaml (100%) rename {libs => meta}/configs/awesome.yaml (100%) rename {libs => meta}/configs/beets.yaml (100%) rename {libs => meta}/configs/editorconfig.yaml (100%) rename {libs => meta}/configs/emacs.yaml (100%) rename {libs => meta}/configs/fonts.yaml (100%) rename {libs => meta}/configs/gitignore.global.yaml (100%) rename {libs => meta}/configs/latex.yaml (100%) rename {libs => meta}/configs/mopidy.yaml (100%) rename {libs => meta}/configs/ncmpcpp.yaml (100%) rename {libs => meta}/configs/slate.yaml (100%) rename {libs => meta}/configs/tmux.yaml (100%) rename {libs => meta}/configs/vim.yaml (100%) rename {libs => meta}/configs/x.yaml (100%) rename {libs => meta}/configs/zsh.yaml (100%) rename {libs => meta}/github/asymptote-config (100%) rename {libs => meta}/github/dotbot (100%) rename {libs => meta}/profiles/linux-desktop (100%) rename {libs => meta}/profiles/macos-laptop (100%) diff --git a/.gitmodules b/.gitmodules index ffa1be4..ebe39cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/install-profile b/install-profile index 010f485..2a08175 100755 --- a/install-profile +++ b/install-profile @@ -5,7 +5,7 @@ set -e BASE_CONFIG="base" CONFIG_SUFFIX=".yaml" -META_DIR="libs" +META_DIR="meta" CONFIG_DIR="configs" PROFILES_DIR="profiles" diff --git a/install-standalone b/install-standalone index d4131a7..88fc88d 100755 --- a/install-standalone +++ b/install-standalone @@ -5,7 +5,7 @@ set -e BASE_CONFIG="base" CONFIG_SUFFIX=".yaml" -META_DIR="libs" +META_DIR="meta" CONFIG_DIR="configs" PROFILES_DIR="profiles" diff --git a/libs/base.yaml b/meta/base.yaml similarity index 100% rename from libs/base.yaml rename to meta/base.yaml diff --git a/libs/configs/aacskeys.yaml b/meta/configs/aacskeys.yaml similarity index 100% rename from libs/configs/aacskeys.yaml rename to meta/configs/aacskeys.yaml diff --git a/libs/configs/abcde.yaml b/meta/configs/abcde.yaml similarity index 100% rename from libs/configs/abcde.yaml rename to meta/configs/abcde.yaml diff --git a/libs/configs/ansiweather.yaml b/meta/configs/ansiweather.yaml similarity index 100% rename from libs/configs/ansiweather.yaml rename to meta/configs/ansiweather.yaml diff --git a/libs/configs/asymptote.yaml b/meta/configs/asymptote.yaml similarity index 100% rename from libs/configs/asymptote.yaml rename to meta/configs/asymptote.yaml diff --git a/libs/configs/awesome.yaml b/meta/configs/awesome.yaml similarity index 100% rename from libs/configs/awesome.yaml rename to meta/configs/awesome.yaml diff --git a/libs/configs/beets.yaml b/meta/configs/beets.yaml similarity index 100% rename from libs/configs/beets.yaml rename to meta/configs/beets.yaml diff --git a/libs/configs/editorconfig.yaml b/meta/configs/editorconfig.yaml similarity index 100% rename from libs/configs/editorconfig.yaml rename to meta/configs/editorconfig.yaml diff --git a/libs/configs/emacs.yaml b/meta/configs/emacs.yaml similarity index 100% rename from libs/configs/emacs.yaml rename to meta/configs/emacs.yaml diff --git a/libs/configs/fonts.yaml b/meta/configs/fonts.yaml similarity index 100% rename from libs/configs/fonts.yaml rename to meta/configs/fonts.yaml diff --git a/libs/configs/gitignore.global.yaml b/meta/configs/gitignore.global.yaml similarity index 100% rename from libs/configs/gitignore.global.yaml rename to meta/configs/gitignore.global.yaml diff --git a/libs/configs/latex.yaml b/meta/configs/latex.yaml similarity index 100% rename from libs/configs/latex.yaml rename to meta/configs/latex.yaml diff --git a/libs/configs/mopidy.yaml b/meta/configs/mopidy.yaml similarity index 100% rename from libs/configs/mopidy.yaml rename to meta/configs/mopidy.yaml diff --git a/libs/configs/ncmpcpp.yaml b/meta/configs/ncmpcpp.yaml similarity index 100% rename from libs/configs/ncmpcpp.yaml rename to meta/configs/ncmpcpp.yaml diff --git a/libs/configs/slate.yaml b/meta/configs/slate.yaml similarity index 100% rename from libs/configs/slate.yaml rename to meta/configs/slate.yaml diff --git a/libs/configs/tmux.yaml b/meta/configs/tmux.yaml similarity index 100% rename from libs/configs/tmux.yaml rename to meta/configs/tmux.yaml diff --git a/libs/configs/vim.yaml b/meta/configs/vim.yaml similarity index 100% rename from libs/configs/vim.yaml rename to meta/configs/vim.yaml diff --git a/libs/configs/x.yaml b/meta/configs/x.yaml similarity index 100% rename from libs/configs/x.yaml rename to meta/configs/x.yaml diff --git a/libs/configs/zsh.yaml b/meta/configs/zsh.yaml similarity index 100% rename from libs/configs/zsh.yaml rename to meta/configs/zsh.yaml diff --git a/libs/github/asymptote-config b/meta/github/asymptote-config similarity index 100% rename from libs/github/asymptote-config rename to meta/github/asymptote-config diff --git a/libs/github/dotbot b/meta/github/dotbot similarity index 100% rename from libs/github/dotbot rename to meta/github/dotbot diff --git a/libs/profiles/linux-desktop b/meta/profiles/linux-desktop similarity index 100% rename from libs/profiles/linux-desktop rename to meta/profiles/linux-desktop diff --git a/libs/profiles/macos-laptop b/meta/profiles/macos-laptop similarity index 100% rename from libs/profiles/macos-laptop rename to meta/profiles/macos-laptop diff --git a/zsh/custom/plugins/my_helpers/my_helpers.plugin.zsh b/zsh/custom/plugins/my_helpers/my_helpers.plugin.zsh index 1297dcd..0345cdf 100644 --- a/zsh/custom/plugins/my_helpers/my_helpers.plugin.zsh +++ b/zsh/custom/plugins/my_helpers/my_helpers.plugin.zsh @@ -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