1
0
Fork 0
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:
Phantop 2020-08-23 22:32:18 -04:00
parent 5e571bf3aa
commit bb19c42617
2 changed files with 16 additions and 16 deletions

View file

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