Skip to content

[This may be helpful] List of all files in the repo that contain the repo owners home path (with line numbers). #8

@yekisec

Description

@yekisec

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions