-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Starter Kit | ||
icon: starter-kit | ||
slug: 'starter-kit' | ||
date: 2023-01-04 | ||
tags: [bash, automatisation, scripting] | ||
url: '/projects/starter-kit' | ||
|
||
description: > | ||
StarterKit est un script Bash, conçu pour automatiser la mise en place d’une workstation vide en quelques minutes | ||
--- | ||
|
||
|
||
**StarterKit** est un script [Bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell)) que j'ai développé au début de | ||
ma carrière en tant que développeur backend. Il est conçu pour automatiser la mise en place d’une workstation vide en | ||
quelques minutes. | ||
Il suit les standards [POSIX](https://www.techtarget.com/whatis/definition/POSIX-Portable-Operating-System-Interface) et exécute plusieurs tâches essentielles pour assurer un environnement prêt à l’emploi. | ||
|
||
**Fonctionnalités principales** : | ||
|
||
- Installation d’outils clés : Docker, Git et d’autres logiciels nécessaires. | ||
- Configuration des clés SSH : Génération et ajout automatique et fixation des permissions. | ||
- Installation et configuration de [Zsh](https://www.zsh.org/) : | ||
- Installation de Zsh et [Oh My Zsh](https://ohmyz.sh/). | ||
- Application d’un thème personnalisé développé en interne. | ||
- Configuration des plugins : zsh-autosuggestions, z,zsh-syntax-highlighting et git. | ||
- Templates prêts à l’emploi : | ||
- Personnalisation avec le nom et l’email de l’employé | ||
- `.gitignore` adapté aux projets courants. | ||
- `.gitconfig` préconfiguré avec des alias, des options optimisées pour le pull, ainsi qu'une politique de rebase | ||
par défaut et des options de fusion adaptées. | ||
- Gestion des permissions : Ajustement des droits sur certains fichiers et dossiers. | ||
- Support SSL/TLS local : Installation d’un certificat d’autorité pour Firefox et Chrome. |