added waybar copy to sh, readded zshrc
This commit is contained in:
12
configure.sh
12
configure.sh
@@ -34,7 +34,7 @@ sudo systemctl enable sddm
|
||||
|
||||
echo "Cloining kickstart nvim to nvim config location"
|
||||
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
||||
sudo cp "$START_DIR"/nvim/ $HOME/.config/nvim -r
|
||||
cp "$START_DIR"/nvim/* $HOME/.config/nvim/ -r
|
||||
|
||||
echo "Installing rust and go and bootdev cli"
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
@@ -42,15 +42,19 @@ curl -sS https://webi.sh/golang | sh; source ~/.config/envman/PATH.env
|
||||
go install github.com/bootdotdev/bootdev@latest
|
||||
curl -sS https://webi.sh/gh | sh; source ~/.config/envman/PATH.env
|
||||
|
||||
sudo mkdir -p $HOME/.config/hypr/
|
||||
sudo cp "$START_DIR"/hypr/ $HOME/.config/hypr/ -r
|
||||
mkdir -p $HOME/.config/hypr/
|
||||
cp "$START_DIR"/hypr/* $HOME/.config/hypr/ -r
|
||||
|
||||
#hyprpaper and conf
|
||||
mkdir -p $HOME/Pictures/Wallpaper/
|
||||
git clone https://github.com/htamas1210/Wallpapers.git $HOME/Pictures/Wallpaper/
|
||||
printf "splash = true\nipc = on" > $HOME/.config/hypr/hyprpaper.conf
|
||||
|
||||
#waybar
|
||||
mkdir -p $HOME/.config/waybar/
|
||||
cp "$START_DIR"/waybar/* $HOME/.config/waybar -r
|
||||
|
||||
echo "Installing Oh my zsh"
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
sudo cp $HOME/neovim_conf/.zshcr $HOME/zshrc
|
||||
cp "$START_DIR"/zsh/.zshcr $HOME/.zshrc
|
||||
chsh -s $(which zsh)
|
||||
|
||||
Reference in New Issue
Block a user