GithubHelp home page GithubHelp logo

dotfiles's Introduction

System Config

neofetch

Package Manager List

Not including dependencies

Brew Brew Brew PIP
lua neovim node@16 cmake-language-server
wget ripgrep luarocks
libtool automake mongodb-community
symfony-cli mongodb-database-tools mongosh
php heroku tree-sitter
cppcheck curl llvm
mysql [email protected] cmake

Configs

System Apps

Applications
iTerm Outlook Chrome
VSCode Slack Notion
Spotify Discord MongoDB Compass
Postman Zoom

Extensions

Extensions Config

System

Terminal

disables adding period when double spacing

defaults write NSGlobalDomain NSAutomaticPeriodSubstitutionEnabled -bool false

turns siri off

defaults write com.apple.Siri StatusMenuVisible -bool false

these 3 commands set dock orientation left, enable scale effect, and turn on auto hide

defaults write com.apple.dock orientation -string left defaults write com.apple.dock mineffect -string scale defaults write com.apple.dock autohide -bool true

removes recent applications from the dock

defaults write com.apple.dock show-recents -bool false

adds background sounds to control center (note you still need to choose the sounds)

defaults write com.apple.controlcenter "NSStatusItem Visible Hearing" -bool true

binds the escape to cap locks, so pressing cap locks result in esc being pressed

hidutil property --set '{"UserKeyMapping":[{"HIDKeyboardModifierMappingSrc":0x700000039,"HIDKeyboardModifierMappingDst":0x700000029}]}'

Useful Commands

BREW

List brew formulas without dependencies brew leaves

Outdated Formulas brew outdated

CPP

Run diagnostics on memory management (similar to valgrind) leaks --atExit -- ./YOUR_PROGRAM_NAME

GIT

Delete all branches except master git branch | grep -v "master" | xargs git branch -D

dotfiles's People

Contributors

devloos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.