From 68c066daecba8121151e0a2e1f093fa45015dd59 Mon Sep 17 00:00:00 2001 From: Werner Date: Sat, 25 Jun 2022 07:18:23 -0300 Subject: [PATCH] Create Finalize.sh --- Finalize.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Finalize.sh diff --git a/Finalize.sh b/Finalize.sh new file mode 100644 index 0000000..0386c7d --- /dev/null +++ b/Finalize.sh @@ -0,0 +1,16 @@ +#!/usr/bin/env sh + +# ZSH + +git clone https://github.com/denysdovhan/spaceship-prompt "$ZSH_CUSTOM/themes/spaceship-prompt" +ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme" +git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions + +cp ./Config/.zshrc ~/.zshrc +cp ./Config/.zshenv ~/.zshenv + +# Flatpack + +sudo apt install flatpak +sudo apt install gnome-software-plugin-flatpak +flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo