mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 06:44:41 +01:00
neofetch and powerline-shell
This commit is contained in:
parent
382ca0e70b
commit
d99f832615
@ -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
|
||||
|
11
bash/.powerline-shell.json
Normal file
11
bash/.powerline-shell.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"segments": [
|
||||
"virtual_env",
|
||||
"ssh",
|
||||
"cwd",
|
||||
"git",
|
||||
"hg",
|
||||
"jobs",
|
||||
"root"
|
||||
]
|
||||
}
|
2
dependencies/pacman.txt
vendored
2
dependencies/pacman.txt
vendored
@ -25,4 +25,4 @@ thefuck
|
||||
screenfetch
|
||||
python
|
||||
python-pip
|
||||
gdm
|
||||
gdmneofetch
|
||||
|
@ -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 :)"
|
||||
|
Loading…
Reference in New Issue
Block a user