Skip to content

green-0-rabbit/git-tuto-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Project README

This README provides information on Git, Linux commands, Python, ZSH configuration, and the SSH agent setup.

Git

Git is a distributed version control system that helps developers collaborate on projects. Whether you're working solo or as part of a team, Git is a crucial tool in the modern development workflow. To learn more about Git and how to synchronize your work with others, you can start with the following tutorial:

Linux Commands

Linux commands are essential for navigating and managing your operating system. Detailed commands and tutorials will be defined and linked here subsequently.

Python

Python is a powerful and versatile programming language, widely used for web development, data analysis, artificial intelligence, and more.

Installation

  • Python3 is already installed on Debian-based OS (Debian & Ubuntu).
  • To install the required packages for development, use:
    sudo apt update && sudo apt install -y python3-pip python3-venv build-essential python3-dev libssl-dev libffi-dev python3-venv
    See here for more details

Learning Python

If you're new to Python or looking to sharpen your skills, there are numerous resources available:

ZSH Configuration

To enhance your terminal experience, consider using the following ZSH plugins:

plugins=(zsh-autosuggestions docker kubectl git ssh-agent zsh-syntax-highlighting)

SSH-Agent Configuration

For a seamless experience with SSH keys and authentication, configure your SSH agent as follows:

zstyle :omz:plugins:ssh-agent quiet yes
zstyle :omz:plugins:ssh-agent identities github_ed25519
source $ZSH/oh-my-zsh.sh

Linux

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published