Skip to content

Instantly share code, notes, and snippets.

View nishatislam04's full-sized avatar
🏠
Working from home

Minhajul Islam nishatislam04

🏠
Working from home
View GitHub Profile
@nishatislam04
nishatislam04 / zed-settings.json
Last active March 28, 2026 07:38
zed backup 28-03-2026
{
"use_on_type_format": false,
"lsp": {
"biome": {
"settings": {
"require_config_file": false
}
}
},
"active_pane_modifiers": {
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
@nishatislam04
nishatislam04 / .bash_aliases
Last active January 3, 2025 01:23
linux kde aliases
##### Invoke Aliases
# 1. open bashrc by `nano ~/.bashrc`
# 2. paste following codes to make the aliases working
# `if [ -f ~/.bash_aliases ]; then
# . ~/.bash_aliases
# fi`
# 3. update bashrc codes by `source ~/.bashrc`
#####
#### Define Aliases