Added NM dispatcher script for nfs, zshrc alias, i3 changed WS names, polybar updated for own colors and added & changed blocks
This commit is contained in:
14
install.sh
14
install.sh
@@ -14,9 +14,9 @@ symlink_dotfiles() {
|
||||
safe_link "$SCRIPT_DIR/.oh-my-zsh"
|
||||
safe_link "$SCRIPT_DIR/.zshrc"
|
||||
for file in .config/*; do
|
||||
ln -s "${SCRIPT_DIR}/${file}" "${HOME}/${file}"
|
||||
[ ! -e "$dest" ] && ln -fs "${SCRIPT_DIR}/${file}" "${HOME}/${file}"
|
||||
done
|
||||
ln -s "${SCRIPT_DIR}/zsh-themes" "${HOME}/.oh-my-zsh/custom/themes"
|
||||
[ ! -e "$dest" ] && ln -fs "${SCRIPT_DIR}/zsh-themes" "${HOME}/.oh-my-zsh/custom/themes"
|
||||
|
||||
}
|
||||
git submodule update
|
||||
@@ -26,19 +26,21 @@ do
|
||||
sudo pacman -Syyu
|
||||
fi
|
||||
|
||||
if [ $var == "-ii" ]; then
|
||||
if [ $var == "-y" ] ; then
|
||||
sudo pacman -S wget
|
||||
wget https://aur.archlinux.org/cgit/aur.git/snapshot/yaourt.tar.gz
|
||||
wget https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz
|
||||
tar -xvf package-query.tar.gz &
|
||||
tar -xvf yaourt.tar.gz
|
||||
tar -xvf package-query.tar.gz & tar -xvf yaourt.tar.gz
|
||||
cd package-query
|
||||
makepkg -sri
|
||||
cd ../yaourt
|
||||
makepkg -sri
|
||||
cd ..
|
||||
rm -r package-query* yaourt*
|
||||
yaourt -S zsh zsh-syntax-highlighting i3blocks neovim i3-wm i3lock-color-git ctags alacritty-scrollback-git polybar mplayer udiskie nitrogen compton dunst megasync parcellite rofi terminus terminess-powerline-font-git ttf-font-awesome-4 openssh
|
||||
fi
|
||||
|
||||
if [ $var == "-ii" ]; then
|
||||
yaourt -S zsh zsh-syntax-highlighting i3blocks neovim i3-wm i3lock-color-git ctags alacritty-scrollback-git polybar mplayer udiskie nitrogen compton dunst megasync parcellite rofi terminus terminess-powerline-font-git ttf-font-awesome-4 openssh arc-gtk-theme lxappearance numix-circle-arc-icons-git
|
||||
symlink_dotfiles
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user