Giter VIP home page Giter VIP logo

dotfiles's Introduction

dotfiles

This is me managing my Dotfiles, Brew Binaries, Mac Apps, VSCode extensions

What My Setup Looks Like

Note: Updated June 9, 2022

Screenshot of neovim setup

Quickstart

git clone https://github.com/thiskevinwang/dotfiles.git
cd dotfiles
sh install.sh

sh install.sh

This is the sauce...

  • Output
    🍻 Homebrew
        brew is installed
    
    ⚡️ Powerline fonts
        Copying fonts...
        Powerline fonts installed to /Users/kevin/Library/Fonts
    
    😮 Oh My Zsh
        Looks like Oh My Zsh is already installed
    
    🔗 Copying/Symlinking dotfiles
        · Linked Brewfile to /Users/kevin/.Brewfile.
        · Linked Brewfile.lock.json to /Users/kevin/.Brewfile.lock.json.
        · Linked gitconfig to /Users/kevin/.gitconfig.
        · Linked vimrc to /Users/kevin/.vimrc.
        · Linked zshrc to /Users/kevin/.zshrc.
    
    
    💭 Run 'brew bundle'? [y/N] y
        Using homebrew/bundle
        Using homebrew/cask
        Using homebrew/core
        Using autojump
        Using awscli
        Using bat
        Using mas
        Using fnm
        Using fzf
        Using gh
        Using gnupg
        Using go
        Using kubectl
        Using neovim
        Using node
        Using ripgrep
        Using rust
        Using starship
        Using watchman
        Using 1password
        Using discord
        Using docker
        Using dropbox
        Using firefox
        Using google-chrome
        Using imageoptim
        Using istat-menus
        Using iterm2
        Using notion
        Using postman
        Using slack
        Using steam
        Using tableplus
        Using visual-studio-code
        Using zoom
        Using Compressor
        Using Final Cut Pro
        Using Magnet
        Using Xcode
        Homebrew Bundle complete! 39 Brewfile dependencies now installed.
    
    💭 Install VSCode extentions now? [y/N] y
        ✔ amazonwebservices.aws-toolkit-vscode
        ✔ apollographql.vscode-apollo
        ✔ bradlc.vscode-tailwindcss
        ✔ bradymholt.pgformatter
        ✔ ckolkman.vscode-postgres
        ✔ clinyong.vscode-css-modules
        ✔ codezombiech.gitignore
        ✔ csstools.postcss
        ✔ dbaeumer.vscode-eslint
        ✔ donjayamanne.githistory
        ✔ esbenp.prettier-vscode
        ✔ fwcd.kotlin
        ✔ GitHub.copilot
        ✔ GitHub.github-vscode-theme
        ✔ GitHub.vscode-pull-request-github
        ✔ golang.go
        ✔ GraphQL.vscode-graphql
        ✔ hashicorp.terraform
        ✔ hediet.vscode-drawio
        ✔ iocave.monkey-patch
        ✔ KnisterPeter.vscode-github
        ✔ MariusAlchimavicius.json-to-ts
        💥 matklad.rust-analyze
        ✔ mikestead.dotenv
        ✔ ms-azuretools.vscode-docker
        ✔ ms-kubernetes-tools.vscode-kubernetes-tools
        ✔ ms-python.python
        ✔ ms-toolsai.jupyter
        ✔ ms-vscode-remote.remote-containers
        💥 ms-vscode.typescript-javascript-grammar
        ✔ ms-vscode.vscode-typescript-next
        ✔ ms-vscode.vscode-typescript-tslint-plugin
        ✔ naumovs.color-highlight
        ✔ PKief.material-icon-theme
        ✔ Prisma.prisma
        ✔ redhat.vscode-commons
        ✔ redhat.vscode-yaml
        ✔ rust-lang.rust
        ✔ shakram02.bash-beautify
        ✔ shd101wyy.markdown-preview-enhanced
        ✔ silvenon.mdx
        ✔ streetsidesoftware.code-spell-checker
        ✔ tht13.html-preview-vscode
        ✔ Tyriar.lorem-ipsum
        ✔ VisualStudioExptTeam.vscodeintellicode
        ✔ vscjava.vscode-maven
        ✔ vscode-icons-team.vscode-icons

VSCode

TODOS

  • Programmatically install code CLI
  • Sync ~/.vscode/extentions

code CLI

Installing code CLI

  • In VSCode, + + p, search: "install code"

Allowing + K to clear the integrated terminal

In VSCode

  • + + p
  • search: ">Open Keyboard Shortcuts (JSON)"
[
  {
    "key": "cmd+k",
    "command": "workbench.action.terminal.clear",
    "when": "terminalFocus && terminalProcessSupported"
  }
]

Misc Machine Setup

Map Caps Lock () to Control ()

image

Option + Delete should delete words in terminal

Option == Opt/Alt on HHKB image

dotfiles's People

Contributors

thiskevinwang 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.