pb script for easy paste to 0x0.st

This commit is contained in:
Bartek Stalewski 2021-10-07 15:57:50 +02:00
parent b9e33ca269
commit ad1713254e
2 changed files with 104 additions and 1 deletions

View file

@ -8,7 +8,7 @@ git clone --recurse https://git.insomniac.pl/ftpd/dotfiles ~/.local/repos/dotfil
# clean + prepare local dirs
rm -rf ~/.cache ~/.config/_cache ~/.config/vim ~/.config/zsh
rm -rf ~/.fdignore ~/.fzf.bash ~/.fzf.zsh ~/.gitconfig ~/.gitignore ~/.history ~/.tmux.conf ~/.vim* ~/.zcomp* ~/.zsh*
mkdir -p ~/.cache/ ~/.config ~/.local/settings
mkdir -p ~/.cache/ ~/.config ~/.local/bin ~/.local/settings
## neovim
rm -rf ~/.config/nvim
@ -28,6 +28,11 @@ ln -sf ~/.local/repos/dotfiles/tmux ~/.config/
rm -rf ~/.config/htop
ln -sf ~/.local/repos/dotfiles/htop ~/.config/
## scripts
for i in ~/.local/repos/dotfiles/_scripts/*; do
ln -sf $i ~/.local/bin/
done
## zsh
echo "skip_global_compinit=1" > $HOME/.zshenv
echo "export XDG_DATA_HOME=$HOME/.local/share" >> $HOME/.zshenv