updated bookmarks

This commit is contained in:
Bryan Ramos 2024-11-04 09:26:53 -05:00
parent 3001bb0a63
commit 2e86d600ea
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -59,6 +59,9 @@
} }
]; ];
} }
{
name = "Work";
bookmarks = [
{ {
name = "Outlook"; name = "Outlook";
url = "https://outlook.office365.com"; url = "https://outlook.office365.com";
@ -71,6 +74,29 @@
tags = [ "work" "microsoft" ]; tags = [ "work" "microsoft" ];
keyword = "teams"; keyword = "teams";
} }
];
}
{
name = "Youtube";
url = "https://youtube.com";
tags = [ "social" "entertainment" "google" ];
keyword = "youtube";
}
{
name = "Substack";
url = "https://substack.com";
tags = [ "social" "blogging" "personal" ];
keyword = "blog";
}
{
name = "Amazon";
url = "https://amazon.com";
tags = [ "shopping" "amazon" ];
keyword = "amazon";
}
{
name = "Social";
bookmarks = [
{ {
name = "Twitter"; name = "Twitter";
url = "https://x.com"; url = "https://x.com";
@ -83,36 +109,20 @@
tags = [ "social" "forum" ]; tags = [ "social" "forum" ];
keyword = "reddit"; keyword = "reddit";
} }
{
name = "Substack";
url = "https://substack.com";
tags = [ "social" "blogging" "personal" ];
keyword = "blog";
}
{
name = "Youtube";
url = "https://youtube.com";
tags = [ "social" "entertainment" "google" ];
keyword = "youtube";
}
{ {
name = "Twitch"; name = "Twitch";
url = "https://twitch.com"; url = "https://twitch.com";
tags = [ "social" "entertainment" "amazon" ]; tags = [ "social" "entertainment" "amazon" ];
keyword = "twitch"; keyword = "twitch";
} }
{
name = "Amazon";
url = "https://amazon.com";
tags = [ "shopping" "amazon" ];
keyword = "amazon";
}
{ {
name = "Nostr"; name = "Nostr";
url = "https://primal.net"; url = "https://primal.net";
tags = [ "social" "nostr" "bitcoin" ]; tags = [ "social" "nostr" "bitcoin" ];
keyword = "nostr"; keyword = "nostr";
} }
];
}
{ {
name = "ChatGPT"; name = "ChatGPT";
url = "https://chat.openai.com"; url = "https://chat.openai.com";
@ -141,6 +151,9 @@
} }
{ {
name = "Learning"; name = "Learning";
bookmarks = [
{
name = "Coding";
bookmarks = [ bookmarks = [
{ {
name = "Leetcode"; name = "Leetcode";
@ -153,17 +166,15 @@
]; ];
} }
{ {
name = "Tools"; name = "Projects";
bookmarks = [ bookmarks = [
{ {
name = "Namecheap"; name = "Linux From Scratch";
url = "https://namecheap.com"; url = "https://linuxfromscratch.org/lfs/view/stable/index.html";
tags = [ "dev" "shopping" "hosting" ];
} }
{ ];
name = "LetsEncrypt"; }
url = "https://letsencrypt.com"; ];
tags = [ "dev" "hosting" ];
} }
{ {
name = "Documentation"; name = "Documentation";
@ -193,10 +204,69 @@
tags = [ "dev" ]; tags = [ "dev" ];
keyword = "ascii"; keyword = "ascii";
} }
{
name = "Regex Cheat Sheet";
url = "https://rexegg.com/regex-quickstart.php";
tags = [ "dev" ];
keyword = "regex";
}
]; ];
} }
]; ];
} }
{
name = "Tools";
bookmarks = [
{
name = "GitBook";
url = "https://gitbook.com";
tags = [ "dev" "docs" ];
}
{
name = "Namecheap";
url = "https://namecheap.com";
tags = [ "dev" "shopping" "hosting" ];
}
{
name = "LetsEncrypt";
url = "https://letsencrypt.com";
tags = [ "dev" "hosting" ];
}
{
name = "Hosting";
bookmarks = [
{
name = "DigitalOcean";
url = "https://digitalocean.com";
tags = [ "dev" "hosting" ];
}
{
name = "Supabase";
url = "https://supabase.com";
tags = [ "dev" "hosting" ];
}
{
name = "Vercel";
url = "https://vercel.com";
tags = [ "dev" "hosting" ];
}
{
name = "AWS";
url = "https://aws.amazon.com";
tags = [ "dev" "hosting" ];
}
{
name = "Azure";
url = "https://azure.microsoft.com";
tags = [ "dev" "hosting" ];
}
{
name = "Firebase";
url = "https://firebase.google.com";
tags = [ "dev" "hosting" ];
}
];
}
]; ];
} }
]; ];