repo: Updated README + Linux bootstraper link

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-04-05 14:20:16 +08:00
parent 7be4806c2e
commit d9eef22753
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# My Personal Dotfiles
Personal configuration for Linux/macOS stuff. If you're working at The Pins Team, see [our dotfiles](https://gitlab.com/MadeByThePinsHub/dotfiles).
Personal configuration for Linux/macOS stuff. If you're
working at The Pins Team, see [our dotfiles][df-gl].
[df-gl]: https://gitlab.com/MadeByThePinsHub/dotfiles
## Getting Started
@ -20,7 +23,10 @@ unset GH_USERNAME GH_PAT
## Want to fork me owo?
Follow the checklist below after forking to ensure no references to mine are found. **Remember that your fork, your problem.** It's up to you on how do you customize stuff.
Follow the checklist below after forking to ensure no
references to mine are found. **Remember that your fork,
your problem.** It's up to you on how do you customize
stuff.
* [ ] Customize the `bootstrap-linux.sh` into your needs.
* [ ] Delete any existing dotfiles I made (e.g. `*.gitconfig`, `*.bashrc`, etc.) and do `bin/backup-dotfiles`. That script will move your current config into your `.dotfiles` local repo and do soft links.

View File

@ -32,7 +32,7 @@ if echo $OSTYPE | grep linux-android.*; then
# Clone our stuff
echo "==> Cloning the dotfiles repo"
git clone https://github.com/AndreiJirohHaliliDev2006/.dotfiles.git
cd .dotfiles && git clone https://$GH_USERNAME:$GH_PAT@gitlab.com/AndreiJirohHaliliDev2006/dotfiles-secrets secrets && chmod 600 $HOME/.dotfiles/secrets
cd .dotfiles && git clone https://$GH_USERNAME:$GH_PAT@gitlab.com/AndreiJirohHaliliDev2006/dotfiles-secrets secrets && chmod 700 $HOME/.dotfiles/secrets
if [[ $? != 0 ]]; then
echo "❌ That kinda sus, but only Andrei Jiroh can proceed!"