Skip to content

Commit

Permalink
add settings for jupyter lab (#227)
Browse files Browse the repository at this point in the history
* add settings for jupyter lab

* rename settings for jupyterlab

* ignore the jupyterlab settings

* update
  • Loading branch information
shunk031 authored May 11, 2024
1 parent a718e58 commit e0f1498
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/.chezmoitemplates/chezmoiignore.d/common
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
com.googlecode.iterm2.plist
plugin.jupyterlab-settings
.key.txt.age
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"fontFamily": "Monaco",
"fontSize": 13,
"lineHeight": 1,
"theme": "dark",
"screenReaderMode": false,
"scrollback": 1000,
"shutdownOnClose": false,
"closeOnExit": true,
"pasteWithCtrlV": true,
"macOptionIsMeta": false,
"cursorBlink": true
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ .chezmoi.sourceDir }}/dot_config/jupyter/lab/user-settings/@jupyterlab/terminal-extension/plugin.jupyterlab-settings.json

0 comments on commit e0f1498

Please sign in to comment.