-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
48 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,8 +45,13 @@ sh -c "$(wget -qO- get.chezmoi.io) -- init --apply --verbose tmeijn" | |
``` | ||
|
||
1. Navigate to the chezmoi dir by executing `chezmoi cd` | ||
1. Update the remote url with `git remote set-url origin [email protected]:tmeijn/dotfiles.git` | ||
1. Run the script that will generate SSH key and upload both to gitlab.com and github.com: | ||
1. Update the git remote url: | ||
|
||
```bash | ||
git remote set-url origin [email protected]:el-capitano/dotfiles.git | ||
``` | ||
|
||
1. Run the script that will generate an SSH key and uploads the public key both to gitlab.com and github.com: | ||
|
||
```bash | ||
bash gen_ssh_key_and_add_to_scms.sh | ||
|
@@ -85,7 +90,7 @@ Login to following sites: | |
|
||
### Configure VS Code 🎹 | ||
|
||
down-right, login using your GitHub account. Everything should be synced afterwards. | ||
In the left sidebar, down left, login using your GitHub account. Everything should be synced afterwards. | ||
|
||
### Configure Microsoft Account | ||
|
||
|
@@ -119,7 +124,7 @@ Feel free to explore and modify these dotfiles according to your preferences. Ha | |
|
||
- https://github.com/halostatue/dotfiles | ||
|
||
## (Legacy) -- References accumulated when trying out Nix | ||
## (Legacy) - References accumulated when trying out Nix | ||
|
||
- [paholg/dotfiles: Some of my config files and scripts I find useful.](https://github.com/paholg/dotfiles) | ||
- [GitHub - gvolpe/nix-config: NixOS configuration](https://github.com/gvolpe/nix-config) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -319,3 +319,9 @@ packages: | |
- name: achristmascarl/[email protected] | ||
description: a database management tui for postgres | ||
link: https://github.com/achristmascarl/rainfrog | ||
- name: errata-ai/[email protected] | ||
description: A syntax-aware linter for prose built with speed and extensibility in mind | ||
link: https://github.com/errata-ai/vale | ||
- name: quantumsheep/[email protected] | ||
description: Terminal user interface for SSH | ||
link: https://github.com/quantumsheep/sshs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.