mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-16 19:37:21 +02:00
Compare commits
2 Commits
a06af42be3
...
3f056ed14c
Author | SHA1 | Date | |
---|---|---|---|
3f056ed14c | |||
c90a4a80d1 |
@ -2,23 +2,16 @@
|
||||
gpgcheck=1
|
||||
# 3 is the default, increase this in case of kernel upgrade trouble (unrelated
|
||||
# to space, see dracut.conf.d for that)
|
||||
installonly_limit=3
|
||||
#installonly_limit=3
|
||||
clean_requirements_on_remove=True
|
||||
best=False
|
||||
skip_if_unavailable=True
|
||||
|
||||
# Fedora 40
|
||||
# https://fedoraproject.org/wiki/Changes/Drop_Delta_RPMs
|
||||
# Consider `sudo dnf install python3-dnf-plugin-cow` instead on 40+ and CoW
|
||||
# filesystem (btrfs, maybe xfs (untested)). Fallback likely slows down ext4.
|
||||
# https://fedoraproject.org/wiki/Changes/RPMCoW
|
||||
deltarpm=False
|
||||
|
||||
# Explicitly enable finding the fastest mirror
|
||||
# NOTE! This actually measures based on ping instead of available bandwitdh
|
||||
# and the Fedora infrastructure is already giving most suited mirrors, so
|
||||
# enabling this may lead to worse performance.
|
||||
#fastestmirror=true
|
||||
# Find the mirror with the lowest ping. While this might be the closest
|
||||
# mirror, this won't consider the available bandwidth which may result into
|
||||
# slower downloads than the order Fedora provides servers in when this is
|
||||
# disabled.
|
||||
fastestmirror=true
|
||||
|
||||
# default 3, max 20, often suggested 10. I am not sure high numbers bring
|
||||
# benefit, but double seems fine
|
||||
|
15
install
15
install
@ -17,22 +17,22 @@ cat rc/bashrc > ~/.bashrc
|
||||
cat conf/tmux.conf > ~/.tmux.conf
|
||||
cat rc/zshrc > ~/.zshrc
|
||||
cat rc/profile > ~/.profile
|
||||
mkdir -p ~/.config/git
|
||||
mkdir -vp ~/.config/git
|
||||
cat conf/gitconfig > ~/.config/git/config
|
||||
touch ~/.gitconfig
|
||||
rm ~/.gitconfig
|
||||
ln -nsfv ~/.config/git/config ~/.gitconfig
|
||||
mkdir -p ~/.git-template
|
||||
mkdir -vp ~/.git-template
|
||||
cat rc/vimrc > ~/.vimrc
|
||||
mkdir -p ~/.config/nvim/
|
||||
mkdir -vp ~/.config/nvim/
|
||||
cat conf/init.vim > ~/.config/nvim/init.vim
|
||||
cat conf/makepkg.conf > ~/.makepkg.conf
|
||||
mkdir -p ~/.config/mpv/
|
||||
mkdir -vp ~/.config/mpv/
|
||||
cat conf/mpv.conf > ~/.config/mpv/mpv.conf
|
||||
if [ ! -f ~/.oidentd.conf ]; then
|
||||
cat conf/oidentd.conf > ~/.oidentd.conf
|
||||
fi
|
||||
mkdir -p ~/.gnupg
|
||||
mkdir -vp ~/.gnupg
|
||||
cat gpg/gpg.conf > ~/.gnupg/gpg.conf
|
||||
cat gpg/gpg-agent.conf > ~/.gnupg/gpg-agent.conf
|
||||
cat gpg/dirmngr.conf > ~/.gnupg/dirmngr.conf
|
||||
@ -40,10 +40,11 @@ killall -HUP dirmngr
|
||||
#cat rc/xinitrc > ~/.xinitrc
|
||||
cat conf/pastebinit.xml > ~/.pastebinit.xml
|
||||
cat conf/Xresources > ~/.Xresources
|
||||
mkdir -p ~/.inxi
|
||||
mkdir -vp ~/.inxi
|
||||
cat conf/inxi.conf > ~/.inxi/inxi.conf
|
||||
gpg --quiet --import .mikaela/keys/*.asc &
|
||||
mkdir -p ~/.ssh/sockets/
|
||||
mkdir -vp ~/.ssh/sockets/
|
||||
mkdir -vp ~/.local/bin/
|
||||
chmod a+xr chmod
|
||||
bash -x ./chmod &
|
||||
git submodule update --init &
|
||||
|
Loading…
x
Reference in New Issue
Block a user