mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-29 18:13:40 +00:00
Add two setup packages and git clone aliases
This commit is contained in:
parent
5e571bf3aa
commit
bb19c42617
|
@ -17,16 +17,16 @@
|
|||
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
|
||||
|
|
2
.setup
2
.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
|
||||
|
|
Loading…
Reference in a new issue