Updated polybar config, updated install script with new programs
This commit is contained in:
@@ -135,7 +135,6 @@ format-unmounted = <label-unmounted>
|
|||||||
|
|
||||||
mount-0 = /
|
mount-0 = /
|
||||||
mount-1 = /media
|
mount-1 = /media
|
||||||
mount-2 = /home
|
|
||||||
|
|
||||||
label-mounted = %{F#55b7b7}%mountpoint%%{F-}: %free%
|
label-mounted = %{F#55b7b7}%mountpoint%%{F-}: %free%
|
||||||
label-unmounted = %mountpoint%
|
label-unmounted = %mountpoint%
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
':/home/tristan/Downloads/Garmin City navigator Europe NT 2017.10 [2GB IMG]/Europe part 1
|
':/home/tristan
|
||||||
|
|||||||
22
install.sh
22
install.sh
@@ -19,32 +19,30 @@ symlink_dotfiles() {
|
|||||||
[ ! -e "$dest" ] && ln -fs "${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
|
|
||||||
for var in "$@"
|
for var in "$@"
|
||||||
do
|
do
|
||||||
if [ $var == "-u" ] ; then
|
if [ $var == "-u" ] ; then
|
||||||
sudo pacman -Syyu
|
sudo pacman -Syyu
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $var == "-y" ] ; then
|
# Install already build packages
|
||||||
sudo pacman -S wget
|
if [ $var == "-t" ] ; then
|
||||||
wget https://aur.archlinux.org/cgit/aur.git/snapshot/yaourt.tar.gz
|
sudo pacman -S zsh zsh-syntax-highlighting neovim i3-gaps ctags mplayer udiskie nitrogen compton dunst rofi terminus-font openssh lxappearance xsel conky firejail linux-hardened wget ttf-font-awesome
|
||||||
wget https://aur.archlinux.org/cgit/aur.git/snapshot/package-query.tar.gz
|
wget https://aur.archlinux.org/cgit/aur.git/snapshot/trizen.tar.gz
|
||||||
tar -xvf package-query.tar.gz & tar -xvf yaourt.tar.gz
|
tar -xvf trizen.tar.gz
|
||||||
cd package-query
|
cd trizen
|
||||||
makepkg -sri
|
|
||||||
cd ../yaourt
|
|
||||||
makepkg -sri
|
makepkg -sri
|
||||||
cd ..
|
cd ..
|
||||||
rm -r package-query* yaourt*
|
rm -r trizen*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Install packages from the AUR
|
||||||
if [ $var == "-ii" ]; then
|
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 pulsemixer xsel conky
|
trizen -S polybar megasync alacritty-scrollback-git i3lock-color-git terminess-powerline-font-git arc-gtk-theme numix-circle-arc-icons-git pulsemixer
|
||||||
symlink_dotfiles
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $var == "-l" ]; then
|
if [ $var == "-l" ]; then
|
||||||
|
git submodule init && git submodule update
|
||||||
symlink_dotfiles
|
symlink_dotfiles
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user