You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are going to use these commands on your own, make sure to run it from your home directory after placing the .dotfiles into there or you will need to replace './' in the command with the path to where the repo dotfiles are stored on your system.
The first command lists the files containing "/home/mehedi" and the second command lists where in each file needs to be updated.
If you are going to use these commands on your own, make sure to run it from your home directory after placing the .dotfiles into there or you will need to replace './' in the command with the path to where the repo dotfiles are stored on your system.
The first command lists the files containing "/home/mehedi" and the second command lists where in each file needs to be updated.
Example below:
[kyle@Kyle-Laptop]$ grep -rnhl '../' -e "/home/mehedi"
.config/fastfetch/config.conf
.config/btop/btop.conf
.config/xfce4/panel/whiskermenu-8.rc
.config/xfce4/panel/genmon-15.rc
.config/xfce4/panel/launcher-1/16518400331.desktop
.config/xfce4/panel/genmon-16.rc
.config/xfce4/panel/genmon-17.rc
[kyle@Kyle-Laptop]$ grep -rnh './' -e "/home/mehedi"
60:--logo /home/mehedi/.config/fastfetch/logo
5:color_theme = "/home/mehedi/.config/btop/themes/everblush.theme"
4:button-icon=/home/mehedi/.assets/icons/ghost.svg
1:Command=/home/mehedi/genmon-scripts/cpu.sh
7:Icon=/home/mehedi/.assets/icons/power-button-power-svgrepo-com.svg
1:Command=/home/mehedi/genmon-scripts/datetime.sh
1:Command=/home/mehedi/genmon-scripts/mem.sh
The text was updated successfully, but these errors were encountered: