Skip to content

Instantly share code, notes, and snippets.

@MonteLogic
Last active July 25, 2024 19:22
Show Gist options
  • Save MonteLogic/7a4277892ca2c70427af6f8f295c6ba2 to your computer and use it in GitHub Desktop.
Save MonteLogic/7a4277892ca2c70427af6f8f295c6ba2 to your computer and use it in GitHub Desktop.
Starting files
sudo apt-get update
sudo apt-get install curl
sudo apt-get install php php-curl
curl -sS https://getcomposer.org/installer -o composer-setup.php
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
sudo composer self-update
composer -v
{
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true,
"editor.minimap.enabled": false,
"intelephense.stubs": [
"apache",
"bcmath",
"bz2",
"calendar",
"com_dotnet",
"ctype",
"curl",
"date",
"dba",
"dom",
"enchant",
"exif",
"fileinfo",
"filter",
"fpm",
"ftp",
"gd",
"hash",
"iconv",
"imap",
"interbase",
"intl",
"json",
"ldap",
"libxml",
"mbstring",
"mcrypt",
"meta",
"mssql",
"mysqli",
"oci8",
"odbc",
"openssl",
"pcntl",
"pcre",
"pdo",
"pgsql",
"phar",
"posix",
"pspell",
"readline",
"recode",
"reflection",
"session",
"shmop",
"simplexml",
"snmp",
"soap",
"sockets",
"sodium",
"spl",
"sqlite3",
"standard",
"sysvmsg",
"sysvsem",
"sysvshm",
"tidy",
"tokenizer",
"xml",
"xmlreader",
"xmlrpc",
"xmlwriter",
"xsl",
"zend",
"zip",
"zlib",
"wordpress"
],
"intelephense.files.associations": [
"*.php",
"*.phtml",
"*.inc",
"*.module",
"*.install",
"*.theme"
],
"cSpell.userWords": [
"Autocompletes",
"Autosize",
"backburner",
"cbud",
"codespaces",
"Cornville",
"Enidan",
"Excalidraw",
"freemium",
"heroicons",
"Leetcode",
"Namecheap",
"Planetscale",
"redirections",
"Swiper",
"unspaced",
"Upwork",
"Zustand"
],
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": ["text.html.markdown"],
"settings": {
"foreground": "#9cdcfe"
}
}
]
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.ignoreRebaseWarning": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"scm.showIncomingChanges": "always",
"github.copilot.editor.enableAutoCompletions": false,
"prisma.showPrismaDataPlatformNotification": false,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"playwright.reuseBrowser": true,
"workbench.startupEditor": "none",
"explorer.confirmDelete": false,
"playwright.showTrace": false,
"githubPullRequests.createOnPublishBranch": "never",
"githubIssues.queries": [
{
"label": "My Issues",
"query": "is:open assignee:${user} repo:${owner}/${repository}",
"groupBy": ["milestone"]
},
{
"label": "Created Issues",
"query": "author:${user} state:open repo:${owner}/${repository} sort:created-desc"
},
{
"label": "Recent Issues",
"query": "state:open repo:${owner}/${repository} sort:updated-desc"
}
],
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
alefragnani.bookmarks
bierner.markdown-mermaid
bmewburn.vscode-intelephense-client
bradlc.vscode-tailwindcss
esbenp.prettier-vscode
foxundermoon.shell-format
github.copilot
github.copilot-chat
github.vscode-github-actions
github.vscode-pull-request-github
hediet.vscode-drawio
ms-playwright.playwright
ms-vscode.vscode-speech
prisma.prisma
redhat.java
shd101wyy.markdown-preview-enhanced
streetsidesoftware.code-spell-checker
tomoki1207.pdf
vscodevim.vim
vsls-contrib.gistfs
yzhang.markdown-all-in-one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment