mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
12 lines
280 B
Bash
Executable File
12 lines
280 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# export settings
|
|
# cp ~/.config/Code/User/settings.json ~/.dotfiles/scripts/vscode/
|
|
# export keybindings
|
|
# cp ~/.config/Code/User/keybindings.json ~/.dotfiles/scripts/vscode/
|
|
|
|
|
|
# export extensions
|
|
code --list-extensions > ~/.dotfiles/.config/Code/User/extensions.txt
|
|
|