Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yekisec opened this issue Oct 21, 2022 · 0 comments

Comments

@yekisec
Copy link

yekisec commented Oct 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant