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.
- Host: GitHub
- URL: https://github.com/sensehack/sense-setup
- Owner: SensehacK
- Created: 2019-03-06T08:01:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T16:12:25.000Z (12 months ago)
- Last Synced: 2025-01-22T19:38:31.575Z (4 months ago)
- Topics: alfred, config, dotfiles, vscode, workstation
- Language: Shell
- Homepage:
- Size: 40.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)