Updated skills

This commit is contained in:
2025-01-01 18:13:06 +02:00
parent 7e0250e1cb
commit 7fbc392631
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@@ -17,8 +17,8 @@ pnpm-debug.log*
.env
.env.production
# macOS-specific files
.DS_Store
# kde-specific files
.directory
# jetbrains setting folder
.idea/

View File

@@ -13,7 +13,7 @@ const data = [
];
const langs = ["Java", "C/C++", "Golang", "Kotlin", "Rust", "Lua"];
const tools = ["Git & GitHub", "Sqlite3", "Neovim and IntelliJ", "Linux"];
const tools = ["Git & GitHub", "Sqlite3", "Neovim and IntelliJ", "Linux", "NixOS"];
const frameworks = ["Spigot API", "Bubbletea", "Astro"];
---