Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.29 KB

Venv

Venv is a personal Linux(Debian) based project created to setup my development environment and server workstation. You are allowed to use to setup you environment.

Getting started

To first use the application, install using:

pip git+https://github.com/ChristfriedBalizou/venv.git#egg=venv

After installation run venv --help to see the command line help.

Development

The development environment aim to setup your profile and your development tool in my case vim.

Profile

The profile will setup and base bashrc file containing a numeros function like extract to decompress any zip, gz, ... files or swap to swap two file content and many other cool functions.

This part will create your working directories:

  • ${HOME}/src
  • ${HOME}/src/data
  • ${HOME}/src/tools
  • ${HOME}/src/github.com

Will install fzf for fuzzy search Will create your .bashrc and .bash_aliases

Vim

Vim is my base editor and development tool. It was important to add plugins and tools to make it easy to code with.

The base vimrc configuration comes from amix/vimrc and updated by my own plugings as python-mode, black and ...