From bb19c42617439463c62f80eb0ab2e2053a1e1edc Mon Sep 17 00:00:00 2001 From: Phantop Date: Sun, 23 Aug 2020 22:32:18 -0400 Subject: [PATCH] Add two setup packages and git clone aliases --- .gitconfig | 30 +++++++++++++++--------------- .setup | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.gitconfig b/.gitconfig index 285dea3..b2ac172 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,35 +1,35 @@ [user] - email = phantop@tuta.io - name = Jonathan Hakimi + email = phantop@tuta.io + name = Jonathan Hakimi [credential] - helper = store + helper = store [core] - quotepath = false - commitGraph = true + quotepath = false + commitGraph = true [gc] - writeCommitGraph = true + writeCommitGraph = true [cola] - spellcheck = false + spellcheck = false [filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true [url "https://aur.archlinux.org/"] insteadOf = "aur:" -[url "ssh://aur@aur.archlinux.org/"] - pushInsteadOf = "aur:" [url "http://dev.getsol.us/source/"] insteadOf = "solus:" insteadOf = "sol:" [url "https://github.com/"] insteadOf = "github:" + insteadOf = "hub:" insteadOf = "gh:" [url "https://gitlab.com/"] insteadOf = "gitlab:" + insteadOf = "lab:" insteadOf = "gl:" [color] - ui = auto + ui = auto [alias] a = commit -a ad = add @@ -48,4 +48,4 @@ su = submodule update --init --recursive w = clean -fdx [pull] - rebase = false + rebase = false diff --git a/.setup b/.setup index 6168271..9efd09d 100755 --- a/.setup +++ b/.setup @@ -1,7 +1,7 @@ #!/bin/bash sudo eopkg it -c system.devel sudo eopkg rm gnome-terminal libreoffice-common mate-terminal nautilus -sudo eopkg it aria2 autojump busybox fd fish jq kitty mpv neovim qutebrowser stow +sudo eopkg it aria2 autojump busybox fd fish jq keepassx kitty mpv ncdu neovim qutebrowser stow rm ~/.bashrc cd ~/.dotfiles