vince6794 / VS-TerminalDev-Installer

Install development terminal environment into an ubuntu(based) distro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS_Linux_Terminal_Configuration

A personal configuration for the linux terminal using zsh, oh my zsh and neovim

What does it install ?

git and curl

I need git in order to clone various repo (vim plugins, tmux plugin..., themes)

sudo apt install git --assume-yes
universal ctags

I need this package as an enhanced ctags

sudo apt install universal-ctags --assume-yes

[...]

About

Install development terminal environment into an ubuntu(based) distro


Languages

Language:Vim Script 95.2%Language:Shell 4.8%