mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 14:53:58 +01:00
neofetch and powerline-shell
This commit is contained in:
parent
382ca0e70b
commit
d99f832615
@ -13,7 +13,8 @@ source ~/.alias
|
|||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
|
|
||||||
#... :P fancy stuffs
|
#... :P fancy stuffs
|
||||||
screenfetch -t -A "UBUNTU"
|
#screenfetch -t -A "UBUNTU"
|
||||||
|
neofetch
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then
|
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
|
screenfetch
|
||||||
python
|
python
|
||||||
python-pip
|
python-pip
|
||||||
gdm
|
gdmneofetch
|
||||||
|
@ -26,7 +26,7 @@ function install_fonts {
|
|||||||
# Link basic rice files
|
# Link basic rice files
|
||||||
function install_rice {
|
function install_rice {
|
||||||
mkdir -p ~/Pictures/Wallpapers
|
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
|
ln -sf "$PWD"/i3/ ~/.config/i3
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -37,6 +37,7 @@ function install_config {
|
|||||||
ln -sf "$PWD"/bash/.bashrc ~/.bashrc
|
ln -sf "$PWD"/bash/.bashrc ~/.bashrc
|
||||||
ln -sf "$PWD"/bash/.alias.sh ~/.alias
|
ln -sf "$PWD"/bash/.alias.sh ~/.alias
|
||||||
ln -sf "$PWD"/nano/.nanorc ~/.nanorc
|
ln -sf "$PWD"/nano/.nanorc ~/.nanorc
|
||||||
|
ln -sf "$PWD"/bash/.powerline-shell.json ~/.powerline-shell.json
|
||||||
mkdir -p ~/.config/gtk-3.0
|
mkdir -p ~/.config/gtk-3.0
|
||||||
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.config/gtk-3.0/.config
|
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.config/gtk-3.0/.config
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user