Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ywx649999311/configs
https://github.com/ywx649999311/configs
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ywx649999311/configs
- Owner: ywx649999311
- Created: 2020-02-28T18:14:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T02:17:28.000Z (about 1 year ago)
- Last Synced: 2024-10-16T18:47:19.250Z (2 months ago)
- Language: Shell
- Size: 95.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Weixiang Yu's config files
A collection of configuration files to customize SciServer working environment.
- `git-completion.bash` & `git-prompt.sh`: Command line git autocompletion.
- `gitconfig_remote`: Git configuration file (change the settings under [user] to yours).
- `gitconfig_local`: Git configuration file for local machines (not needed for SciServer).
- `user-settings/`: JupyterLab settings, same as seen under `Settings -> Advanced Settings Editor`.
- `jupyter_notebook_config.py`: Jupyter notebook server settings, may not much needed within SciServer.
- `setup_*.sh`: Shell script configuring the computing environment using the above config files (mostly by soft links and copy).
- `snippets`: Folder containing commonly used python snippets.
- `viz`: Configuration files related to visualizationsWhat you need to do:
- Modify user.name and use.email setting in `gitconfig_remote` the file
- run the following command with in this directory.
>```
> $ bash/zsh setup_*.sh
>```
> or
>```
> $ chmod +x setup_*.sh
> $ ./setup_*.sh
>```