neofetch and powerline-shell

This commit is contained in:
2018-04-09 13:44:21 +02:00
parent 382ca0e70b
commit d99f832615
4 changed files with 17 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ function install_fonts {
# Link basic rice files
function install_rice {
mkdir -p ~/Pictures/Wallpapers
ln -sf "$PWD"/wallpapers/wallpaper.jpeg ~/Pictures/Wallpapers/wallpaper.jpg
ln -sf "$PWD"/wallpapers/wallpaper.jpg ~/Pictures/Wallpapers/wallpaper.jpg
ln -sf "$PWD"/i3/ ~/.config/i3
}
@@ -37,6 +37,7 @@ function install_config {
ln -sf "$PWD"/bash/.bashrc ~/.bashrc
ln -sf "$PWD"/bash/.alias.sh ~/.alias
ln -sf "$PWD"/nano/.nanorc ~/.nanorc
ln -sf "$PWD"/bash/.powerline-shell.json ~/.powerline-shell.json
mkdir -p ~/.config/gtk-3.0
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.config/gtk-3.0/.config
}
@@ -100,4 +101,4 @@ yes_or_no "Are you sure you want to install my i3 rice?" && install_rice
# ask to enable gdm
yes_or_no "Do you want to enable GDM?" && sudo systemctl enable gdm.service
echo "Enjoy using my rice! Do not forget to select \"i3\" in GDM :)"
echo "Enjoy using my rice! Do not forget to select \"i3\" in GDM :)"