Giter Site home page Giter Site logo

git-tuto-one's Introduction

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

git-tuto-one's People

Contributors

green-0-rabbit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.