zsh
and oh-my-zsh
. sudo apt install zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
chsh -s $(which zsh)
snapd
did not work for me.docker
: the official instructions here gave me the following error. E: The repository 'https://download.docker.com/linux/ubuntu buster Release'
does not have a Release file.
N: Updating from such a repository cannot be done securely, and is
therefore disabled by default.
micro
curl https://getmic.ro | zsh
. Snap (snap install micro --classic
) did not work for me.micro
, type Ctrl+E
, and type set colorscheme simple
.~/.zshrc
and edit the following lines to look like this. (Not sure if this works.) # Preferred editor for local and remote sessions
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR=nano
export VISUAL=nano
else
export EDITOR=micro
export VISUAL=micro
fi
Package Control
Terminus
with theme brackets-light
SendCode
GitSavvy
Markdown Editing
BracketHighlighter
simple_ConTeXt
UnicodeMath
UnicodeCompletion
Unicode Character Insert
A File Icon
Base16 Color Schemes
with color-scheme base16-one-light
.deb
worked.miniconda
Jupyter Lab
Julia
: Extract to /opt/julia
and update the $PATH
in .zshrc
.julia
, install the following (using Pkg; Pkg.add([pkgname])
).IJulia.jl
Plots.jl
DifferentialEquations.jl
ConTeXt LMTK
: tikz
did not work for me, so sticking to ConTeXt Mark VI
.sudo apt install evince
. This is required for simple_ConTeXt
to automatically show the PDF after building.