Skip to content

Instantly share code, notes, and snippets.

View Khalid-Nowaf's full-sized avatar
🕶️
In The Mood

Khalid Nowaf Khalid-Nowaf

🕶️
In The Mood
View GitHub Profile
@Khalid-Nowaf
Khalid-Nowaf / Keybindings.json
Last active March 12, 2025 19:09
Code VIM Configuration
[
// Explorer toggle with conditional behavior
{
"key": "alt+e",
"command": "workbench.action.focusSideBar",
"when": "!sideBarFocus && sideBarVisible"
},
{
"key": "alt+e",
"command": "workbench.action.toggleSidebarVisibility",
@Khalid-Nowaf
Khalid-Nowaf / setup.sh
Created January 2, 2019 19:58 — forked from bradp/setup.sh
New Mac Setup Script
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
echo "Please add this public key to Github \n"
echo "https://github.com/account/ssh \n"
read -p "Press [Enter] key after this..."
echo "Installing xcode-stuff"
xcode-select --install