Compare commits

..

No commits in common. "a6f59831fcc61a2dc8f8179174937d4c613a1390" and "1aa75627963943874c78597bf9d14551006d1e06" have entirely different histories.

2 changed files with 0 additions and 25 deletions

View File

@ -1,24 +0,0 @@
#!/bin/sh
PATH_PREFIX=`pwd`
rm -r ~/.config/htop
ln -s $PATH_PREFIX/config/htop ~/.config/htop
rm ~/.gitconfig
ln -s $PATH_PREFIX/gitconfig ~/.gitconfig
rm ~/.nanorc
ln -s $PATH_PREFIX/nanorc ~/.nanorc
rm ~/.p10k.zsh
ln -s $PATH_PREFIX/p10k.zsh ~/.p10k.zsh
rm ~/.tmux.conf
ln -s $PATH_PREFIX/tmux.conf ~/.tmux.conf
rm ~/.zshrc
ln -s $PATH_PREFIX/zshrc ~/.zshrc
echo "install 'exa fd bat tmux htop nano emacs zsh' if needed"
echo "copy restic.sh if desired/needed"

1
zshrc
View File

@ -68,7 +68,6 @@ export PATH=~/.local/bin:${PATH}
. $HOME/.asdf/asdf.sh
alias ls="exa"
alias docker="sudo docker"
alias podman="sudo podman"