Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todos

Remove old ssh keys from github/gitlab

Then you can generate a new pair by following the github tutorial.

Useful packages :

You need to install those in order.

ZSH -> new shell

Installation guide

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

OMZ

Then you can install oh-my-zsh here

Or with sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

ZSH theme (p10k)

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

Guake

To install :sudo apt install guake

Then you can restore settings with guake --restore-preferences filePath with the file in the ../home folder

Brew

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

Z

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

BTOP

fancy system monitor -> (here)

brew install btop

Neofetch

Get infos about your system -> (here)

brew install neofetch

Remarkable viewer

Repo to install -> rmview -> work only until remarkable 2.0

Miniconda

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages