Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Latest commit

 

History

History
60 lines (42 loc) · 2.18 KB

README.md

File metadata and controls

60 lines (42 loc) · 2.18 KB

Linux config

Etapes de configuration de mon ubuntu

  • installation de gnome-tweak-tools pour activer le capslock -> ctrl
  • installer enpass
  • installation de chrome (plus rapide pour aller sur gmail, mais c'est tout ;-))
  • ajouter my clef publique à github (https://github.com/settings/keys)
  • install git : sudo apt install git
  • configurer git :

git config --global user.email "mickael.kurmann@gmail.com" && git config --global user.name "Mickael Kurmann"

ln -s .config/nvim/.zshrc .zshrc

ln -s .config/nvim/.tmux.conf .tmux.conf

ln -s .config/nvim/.tmux.conf.local .tmux.conf.local

  • faire de zsh le terminal par défaut : chsh -s which zsh
  • installer nvim : sudo apt install neovim
  • sudo apt-get install python-neovim
  • sudo apt-get install python3-neovim
  • sortir de la session et se reconnecter
  • lancer vim et installer les plugins : plugInstall
  • installer autojump : sudo apt install autojump
  • installer tmux
  • installer docker : https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce

Manjaro

Problème avec la mauvaise heure : https://wiki.manjaro.org/index.php?title=System_Time_Setting

Ubuntu

Personnalisation