|
|
|
@ -1,4 +1,4 @@
|
|
|
|
#!/usr/bash
|
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
|
|
sudo pacman -Sy yay
|
|
|
|
sudo pacman -Sy yay
|
|
|
|
yay -Sy alacritty neovim python-neovim xclip nerd-fonts-dejavu-complete ttf-dejavu-sans-code zsh lsd
|
|
|
|
yay -Sy alacritty neovim python-neovim xclip nerd-fonts-dejavu-complete ttf-dejavu-sans-code zsh lsd
|
|
|
|
@ -13,12 +13,14 @@ ln -sv /home/dustyp/code/dotfiles/config/zsh/plugins.zsh ~/.config/zsh/plugins.z
|
|
|
|
ln -sv /home/dustyp/code/dotfiles/config/zsh/themes.zsh ~/.config/zsh/themes.zsh
|
|
|
|
ln -sv /home/dustyp/code/dotfiles/config/zsh/themes.zsh ~/.config/zsh/themes.zsh
|
|
|
|
ln -sv /home/dustyp/code/dotfiles/config/zsh/spaceship.zsh ~/.config/zsh/spaceship.zsh
|
|
|
|
ln -sv /home/dustyp/code/dotfiles/config/zsh/spaceship.zsh ~/.config/zsh/spaceship.zsh
|
|
|
|
ln -sv /home/dustyp/code/dotfiles/config/zsh/plugins ~/.config/zsh/plugins
|
|
|
|
ln -sv /home/dustyp/code/dotfiles/config/zsh/plugins ~/.config/zsh/plugins
|
|
|
|
cd dotfiles/config/zsh/plugins/
|
|
|
|
cd ~/code/dotfiles/config/zsh/plugins/
|
|
|
|
git clone git@github.com:zsh-users/zsh-autosuggestions.git
|
|
|
|
git clone git@github.com:zsh-users/zsh-autosuggestions.git
|
|
|
|
git clone git@github.com:MichaelAquilina/zsh-you-should-use.git
|
|
|
|
git clone git@github.com:MichaelAquilina/zsh-you-should-use.git
|
|
|
|
git clone git@github.com:zsh-users/zsh-syntax-highlighting.git
|
|
|
|
git clone git@github.com:zsh-users/zsh-syntax-highlighting.git
|
|
|
|
cd ../themes/
|
|
|
|
cd ../themes/
|
|
|
|
ln -sv /home/dustyp/code/dotfiles/config/zsh/themes ~/.config/zsh/themes
|
|
|
|
ln -sv /home/dustyp/code/dotfiles/config/zsh/themes ~/.config/zsh/themes
|
|
|
|
git clone git@github.com:spaceship-prompt/spaceship-prompt.git
|
|
|
|
git clone git@github.com:spaceship-prompt/spaceship-prompt.git
|
|
|
|
|
|
|
|
git config --global user.email "dustin@djpianalto.com"
|
|
|
|
|
|
|
|
git config --global user.name "Dustin Pianalto"
|
|
|
|
chsh -s /bin/zsh
|
|
|
|
chsh -s /bin/zsh
|
|
|
|
reboot
|
|
|
|
reboot
|
|
|
|
|