mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-03 03:53:19 +00:00
Add two setup packages and git clone aliases
This commit is contained in:
parent
5e571bf3aa
commit
bb19c42617
30
.gitconfig
30
.gitconfig
|
@ -1,35 +1,35 @@
|
||||||
[user]
|
[user]
|
||||||
email = phantop@tuta.io
|
email = phantop@tuta.io
|
||||||
name = Jonathan Hakimi
|
name = Jonathan Hakimi
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
[core]
|
[core]
|
||||||
quotepath = false
|
quotepath = false
|
||||||
commitGraph = true
|
commitGraph = true
|
||||||
[gc]
|
[gc]
|
||||||
writeCommitGraph = true
|
writeCommitGraph = true
|
||||||
[cola]
|
[cola]
|
||||||
spellcheck = false
|
spellcheck = false
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
[url "https://aur.archlinux.org/"]
|
[url "https://aur.archlinux.org/"]
|
||||||
insteadOf = "aur:"
|
insteadOf = "aur:"
|
||||||
[url "ssh://aur@aur.archlinux.org/"]
|
|
||||||
pushInsteadOf = "aur:"
|
|
||||||
[url "http://dev.getsol.us/source/"]
|
[url "http://dev.getsol.us/source/"]
|
||||||
insteadOf = "solus:"
|
insteadOf = "solus:"
|
||||||
insteadOf = "sol:"
|
insteadOf = "sol:"
|
||||||
[url "https://github.com/"]
|
[url "https://github.com/"]
|
||||||
insteadOf = "github:"
|
insteadOf = "github:"
|
||||||
|
insteadOf = "hub:"
|
||||||
insteadOf = "gh:"
|
insteadOf = "gh:"
|
||||||
[url "https://gitlab.com/"]
|
[url "https://gitlab.com/"]
|
||||||
insteadOf = "gitlab:"
|
insteadOf = "gitlab:"
|
||||||
|
insteadOf = "lab:"
|
||||||
insteadOf = "gl:"
|
insteadOf = "gl:"
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
[alias]
|
[alias]
|
||||||
a = commit -a
|
a = commit -a
|
||||||
ad = add
|
ad = add
|
||||||
|
@ -48,4 +48,4 @@
|
||||||
su = submodule update --init --recursive
|
su = submodule update --init --recursive
|
||||||
w = clean -fdx
|
w = clean -fdx
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
|
2
.setup
2
.setup
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo eopkg it -c system.devel
|
sudo eopkg it -c system.devel
|
||||||
sudo eopkg rm gnome-terminal libreoffice-common mate-terminal nautilus
|
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
|
rm ~/.bashrc
|
||||||
cd ~/.dotfiles
|
cd ~/.dotfiles
|
||||||
|
|
Loading…
Reference in a new issue