-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigure.sh
45 lines (33 loc) · 1.26 KB
/
configure.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!bin/bash
## Configuration - Linux Ubuntu 20.04
## INKSCAPE with TexText Integration
sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt-get update
sudo apt-get install inkscape
# Download TexText at https://textext.github.io/textext/install/linux.html
# Enter Directory TexText
python setup.py
## TEXSTUDIO, TEXLIVE, OKULAR, MENDELEY
sudo add-apt-repository ppa:sunderme/texstudio
sudo apt-get update
sudo apt-get install texstudio
# Full Packages Texlive - Optional: texlive-basics
sudo apt install texlive-full
# Okular Document Viewer
sudo apt-get install okular
# Mendeley Desktop
sudo apt-get update
sudo apt-get install mendeleydesktop
## Install VSCODE, DROPBOX
sudo snap install dropbox -y &&
## Install Preload (faster ubuntu)
sudo apt-get install preload
## ANACONDA Install
# Download at https://www.anaconda.com/ and run executable
conda activate # (base enviroment)
# RISE (for Jupyter-Notebook Presentations)
conda install -c conda-forge rise
# NBEXTENSIONS (add extensions in Jupyter-Notebook)
conda install -c conda-forge jupyter_contrib_nbextensions
# Editing Jupyter-Notebook Preferences
# Copy custom.css to gedit anaconda3/lib/python3.8/site-packages/notebook/static/custom/custom.css