fixed installer
parent
75fedfc147
commit
ffe83a9ecc
|
|
@ -7,23 +7,23 @@ rm ~/.zshrc
|
|||
ln -s ~/Dotfiles/.bashrc ~/.bashrc
|
||||
ln -s ~/Dotfiles/.zshrc ~/.zshrc
|
||||
|
||||
rm -rf ~/Dotfiles/starship.toml
|
||||
rm -rf ~/.config/starship.toml
|
||||
ln -s ~/Dotfiles/starship.toml ~/.config/
|
||||
|
||||
rm -rf ~/Dotfiles/micro/
|
||||
rm -rf ~/.config/micro/
|
||||
ln -s ~/Dotfiles/micro/ ~/.config/
|
||||
|
||||
|
||||
#vim plug installer
|
||||
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
|
||||
rm -rf ~/Dotfiles/nvim/
|
||||
rm -rf ~/.config/nvim/
|
||||
ln -s ~/Dotfiles/nvim/ ~/.config/
|
||||
|
||||
rm -rf ~/Dotfiles/yazi/
|
||||
rm -rf ~/.config/yazi/
|
||||
ln -s ~/Dotfiles/yazi/ ~/.config/
|
||||
|
||||
rm -rf ~/Dotfiles/spotify-tui/
|
||||
rm -rf ~/.config/spotify-tui/
|
||||
ln -s ~/Dotfiles/spotify-tui/ ~/.config/
|
||||
|
||||
cp ~/Dotfiles/resources/fflogo.svg ~/Pictures/fflogo.svg
|
||||
|
|
|
|||
Loading…
Reference in New Issue