An open API service indexing awesome lists of open source software.

https://github.com/sensehack/sense-setup

My workstation setup.
https://github.com/sensehack/sense-setup

alfred config dotfiles vscode workstation

Last synced: 2 months ago
JSON representation

My workstation setup.

Awesome Lists containing this project

README

        

# sense_Setup

My workstation overall setup.

## VS Code Settings

With the current version of VSCode as of this writing (1.22.1), you can find your settings in

~/.config/Code/User on Linux (in my case, an, Ubuntu derivative)
C:\Users\username\AppData\Roaming\Code\User on Windows 10
~/Library/Application Support/Code/User/ on Mac OS X
The files are settings.json and keybindings.json. Simply copy them to the target machine.

Use this extension and follow the instructions to create or import gist file which contains Visual Studio Code settings in your workspace or code editor instance.
Settings Sync Extension [Link](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync)

Gist [Link](https://gist.github.com/SensehacK/82e02dc6ba414c430e07828d14213b11)

Your extensions are in

~/.vscode/extensions on Linux and Mac OS X
C:\Users\username\.vscode\extensions on Windows 10 (e.g., essentially the same place)
Alternately, just go to the Extensions, show installed extensions, and install those on your target installation. For me, copying the extensions worked just fine, but it may be extension-specific, particularly if moving between platforms, depending on what the extension does.

Stack Overflow Copied Text [Link](https://stackoverflow.com/questions/35368889/how-to-export-settings-of-visual-studio-code)

## Alfred

Just exported the full settings from Alfred preferences folder.

## Terminal

Just exported the themes from Terminal preferences & Bash profile overall.

## NPM

Listing my must have NPM dependencies.
[NPM](npm/npm_install.md)

### Authored by : [Kautilya Save](https://sensehack.github.io/)

### [GitHub](https://github.com/SensehacK)