Auto creating of ~/.cache.
This commit is contained in:
parent
3ea2383835
commit
d649581778
2 changed files with 2 additions and 2 deletions
|
@ -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 ~/.config ~/.local/settings
|
||||
mkdir -p ~/.cache/ ~/.config ~/.local/settings
|
||||
|
||||
## neovim
|
||||
rm -rf ~/.config/nvim
|
||||
|
@ -37,7 +37,6 @@ case $(uname -s) in
|
|||
esac
|
||||
echo "export XDG_CONFIG_HOME=$HOME/.config" >> $HOME/.zshenv
|
||||
echo "export ZDOTDIR=$HOME/.config/zsh" >> $HOME/.zshenv
|
||||
rm -rf ~/.bash* ~/.profile
|
||||
rm -rf ~/.config/zsh
|
||||
ln -sf ~/.local/repos/dotfiles/zsh ~/.config/
|
||||
touch ~/.local/settings/zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue