neofetch and powerline-shell

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

View File

@ -13,7 +13,8 @@ source ~/.alias
eval $(thefuck --alias)
#... :P fancy stuffs
screenfetch -t -A "UBUNTU"
#screenfetch -t -A "UBUNTU"
neofetch
PS1='[\u@\h \W]\$ '
if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then

View File

@ -0,0 +1,11 @@
{
"segments": [
"virtual_env",
"ssh",
"cwd",
"git",
"hg",
"jobs",
"root"
]
}

View File

@ -25,4 +25,4 @@ thefuck
screenfetch
python
python-pip
gdm
gdmneofetch

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 :)"