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

@ -60,34 +60,21 @@
]; ];
} }
{ {
name = "Outlook"; name = "Work";
url = "https://outlook.office365.com"; bookmarks = [
tags = [ "work" "email" "microsoft" ]; {
keyword = "work"; name = "Outlook";
} url = "https://outlook.office365.com";
{ tags = [ "work" "email" "microsoft" ];
name = "Teams"; keyword = "work";
url = "https://teams.microsoft.com"; }
tags = [ "work" "microsoft" ]; {
keyword = "teams"; name = "Teams";
} url = "https://teams.microsoft.com";
{ tags = [ "work" "microsoft" ];
name = "Twitter"; keyword = "teams";
url = "https://x.com"; }
tags = [ "social" "forum" ]; ];
keyword = "x";
}
{
name = "Reddit";
url = "https://reddit.com";
tags = [ "social" "forum" ];
keyword = "reddit";
}
{
name = "Substack";
url = "https://substack.com";
tags = [ "social" "blogging" "personal" ];
keyword = "blog";
} }
{ {
name = "Youtube"; name = "Youtube";
@ -96,10 +83,10 @@
keyword = "youtube"; keyword = "youtube";
} }
{ {
name = "Twitch"; name = "Substack";
url = "https://twitch.com"; url = "https://substack.com";
tags = [ "social" "entertainment" "amazon" ]; tags = [ "social" "blogging" "personal" ];
keyword = "twitch"; keyword = "blog";
} }
{ {
name = "Amazon"; name = "Amazon";
@ -108,10 +95,33 @@
keyword = "amazon"; keyword = "amazon";
} }
{ {
name = "Nostr"; name = "Social";
url = "https://primal.net"; bookmarks = [
tags = [ "social" "nostr" "bitcoin" ]; {
keyword = "nostr"; name = "Twitter";
url = "https://x.com";
tags = [ "social" "forum" ];
keyword = "x";
}
{
name = "Reddit";
url = "https://reddit.com";
tags = [ "social" "forum" ];
keyword = "reddit";
}
{
name = "Twitch";
url = "https://twitch.com";
tags = [ "social" "entertainment" "amazon" ];
keyword = "twitch";
}
{
name = "Nostr";
url = "https://primal.net";
tags = [ "social" "nostr" "bitcoin" ];
keyword = "nostr";
}
];
} }
{ {
name = "ChatGPT"; name = "ChatGPT";
@ -143,18 +153,75 @@
name = "Learning"; name = "Learning";
bookmarks = [ bookmarks = [
{ {
name = "Leetcode"; name = "Coding";
url = "https://leetcode.com"; bookmarks = [
{
name = "Leetcode";
url = "https://leetcode.com";
}
{
name = "CodeWars";
url = "https://codewars.com";
}
];
} }
{ {
name = "CodeWars"; name = "Projects";
url = "https://codewars.com"; bookmarks = [
{
name = "Linux From Scratch";
url = "https://linuxfromscratch.org/lfs/view/stable/index.html";
}
];
}
];
}
{
name = "Documentation";
bookmarks = [
{
name = "MDN";
url = "https://developer.mozilla.org";
tags = [ "dev" "docs" ];
keyword = "mdn";
}
{
name = "DevDocs";
url = "https://devdocs.io";
tags = [ "dev" "docs" ];
keyword = "docs";
}
{
name = "Linux Kernel";
url = "https://docs.kernel.org";
}
{
name = "References";
bookmarks = [
{
name = "ASCII Table";
url = "https://asciitable.com";
tags = [ "dev" ];
keyword = "ascii";
}
{
name = "Regex Cheat Sheet";
url = "https://rexegg.com/regex-quickstart.php";
tags = [ "dev" ];
keyword = "regex";
}
];
} }
]; ];
} }
{ {
name = "Tools"; name = "Tools";
bookmarks = [ bookmarks = [
{
name = "GitBook";
url = "https://gitbook.com";
tags = [ "dev" "docs" ];
}
{ {
name = "Namecheap"; name = "Namecheap";
url = "https://namecheap.com"; url = "https://namecheap.com";
@ -166,34 +233,37 @@
tags = [ "dev" "hosting" ]; tags = [ "dev" "hosting" ];
} }
{ {
name = "Documentation"; name = "Hosting";
bookmarks = [ bookmarks = [
{ {
name = "MDN"; name = "DigitalOcean";
url = "https://developer.mozilla.org"; url = "https://digitalocean.com";
tags = [ "dev" "docs" ]; tags = [ "dev" "hosting" ];
keyword = "mdn";
} }
{ {
name = "DevDocs"; name = "Supabase";
url = "https://devdocs.io"; url = "https://supabase.com";
tags = [ "dev" "docs" ]; tags = [ "dev" "hosting" ];
keyword = "docs";
} }
{ {
name = "Linux Kernel"; name = "Vercel";
url = "https://docs.kernel.org"; url = "https://vercel.com";
tags = [ "dev" "hosting" ];
} }
{ {
name = "References"; name = "AWS";
bookmarks = [ url = "https://aws.amazon.com";
{ tags = [ "dev" "hosting" ];
name = "ASCII Table"; }
url = "https://asciitable.com"; {
tags = [ "dev" ]; name = "Azure";
keyword = "ascii"; url = "https://azure.microsoft.com";
} tags = [ "dev" "hosting" ];
]; }
{
name = "Firebase";
url = "https://firebase.google.com";
tags = [ "dev" "hosting" ];
} }
]; ];
} }