1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-26 00:33:22 +00:00

Add two setup packages and git clone aliases

This commit is contained in:
Phantop 2020-08-23 22:32:18 -04:00
parent 5e571bf3aa
commit bb19c42617
2 changed files with 16 additions and 16 deletions

View file

@ -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

2
.setup
View file

@ -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