Skip to content

niamotullah/sync_vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

My goto settings for vscode and related editors setup

Usage

  • install Sync Settings extension
  • open command palette by pressing ctrl+shift+p and open Sync Settings: Open the repository settings
  • delete everything from file and paste below to sync from this repo:
profile: flutter # see into 'profiles/' folder   

# sync on remote git
repository:
 type: git
 # url of the remote git repository to sync with, required
 url: https://github.com/niamotullah/sync_vscode.git  # https
 # url: [email protected]:niamotullah/vscode_sync.git # ssh

 # branch to sync on, optional (set to `master` by default)
 branch: vscode # see below for available profiles in this branch

Learn more about Sync Settings extension here

  • run Sync Settings: Download (repository -> user)
  • it should ask for necessery github access pass-key if required

To save your settings after modification, just run Sync settings: Upload from command palette. This will upload modified settings to the repo difined in url and branch

Todo

  • fix cron tasks auto sync without promting for the password everytime

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published