mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-13 20:57:16 +02:00
neofetch and powerline-shell
This commit is contained in:
@@ -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 :)"
|
||||
|
Reference in New Issue
Block a user