Remove old ssh keys from github/gitlab
Then you can generate a new pair by following the github tutorial.
You need to install those in order.
Or with sudo apt install zsh
Then set it as shell by default chsh -s $(which zsh)
If zsh as default shell doesn't work -> logout/log back in
Then you can install oh-my-zsh here
Or with sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
You can install the recommended font here
Then install the theme with omz here
Or with git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
To install :sudo apt install guake
Then you can restore settings with guake --restore-preferences filePath with the file in the ../home folder
Need to install brew in order to install everything else (here)
or with sudo apt install brew
Then you need to add it to $PATH with
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.zshrc
Super fast folder navigator -> keep in track folder you cd'ed into (here)
brew install z
Once you've done this, you need to add this . /home/linuxbrew/.linuxbrew/etc/profile.d/z.sh to your .zshrc
fancy system monitor -> (here)
brew install btop
Get infos about your system -> (here)
brew install neofetch
Repo to install -> rmview -> work only until remarkable 2.0
You can install miniconda -> a environment manager for python here
Or with ``` mkdir -p ~/miniconda3 wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3 rm ~/miniconda3/miniconda.sh
Then initialize it with `~/miniconda3/bin/conda init zsh`
# Small details for config
## Getting * on password input :
`sudo visudo` -> then modify line from `Defaults env_reset` to `Defaults env_reset,pwfeedback `
### ULauncher
Very cool app launcher. MacOs style [here](https://ulauncher.io/)
### TMUX
Terminal manager (pretty cool eh)
With `sudo apt install tmux`
# To install :
https://github.com/junegunn/fzf