This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Install script sudo fix
main
Yiğit Çolakoğlu
4 years ago
parent
8533052b23
commit
fb8afe5ac6
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
install.sh
+ 1
- 0
install.sh
View File
@ -11,6 +11,7 @@ mvie(){
# Configuring for your username
if
[
!
"
$username
"
=
"yigit"
]
;
then
echo
"Setting up the dotfiles according to your username"
find . -type f -exec sed -i
's/\/home\/yigit/\/home\/$username/g'
"{}"
+
fi
Write
Preview
Loading…
Cancel
Save