W. Glenz avatar

LINUXOPOLIS # 1,081 ~ VIM-INSTALLATION

wglenz

Published: 19 Mar 2020 › Updated: 19 Mar 2020LINUXOPOLIS # 1,081 ~ VIM-INSTALLATION

LINUXOPOLIS # 1,081 ~ VIM-INSTALLATION

VIM-INSTALLATION

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home ~ previous

screenshot by willi glenz

vim ~/.config/fish/functions/gvim-installation.fish

function gvim-installation --description 'vim - installation'
    clear; echo
    echo '=========================================================================='
    echo '                            VIM - INSTALLATION                            '
    echo '=========================================================================='
    echo ' DEBIAN-INSTALLATION                                                      '
    echo ' ------------------------------------------------------------------------ '
    echo '  $ apt-cache search ^vim | less                                          '
    echo '  # apt install vim vim-nox ctags vim-doc vim-scripts                     '
    echo '  $ apt-cache show vim                                                    '
    echo '  $ vim --version | less                                                  '
    echo '                                                                          '
    echo ' ------------------------------------------------------------------------ '
    echo ' GITHUB-INSTALLATION                                                      '
    echo ' ------------------------------------------------------------------------ '
    echo '  : :ve                                                                   '
    echo '  $ cd ~/Apps                                                             '
    echo '  $ git clone https://github.com/vim/vim.git       // first installation  '
    echo '  $ cd ~/Apps/vim                                  // update              '
    echo '  $ git pull                                       // update              '
    echo '  $ cd ~/Apps/vim/src                                                     '
    echo '  # make distclean                                 // update
    echo '  # make                                                                  '
    echo '  # make install                                                          '
    echo '  : :ve                                                                   '
    echo '                                                                          '
    echo '=========================================================================='
    echo
end
SOURCES
 homepage ............................... vim.org
 download ............................... vim.org/download.php
 manpages ............................... $ man apt
 github ................................. vim.org/git.php
 github ................................. github.com/vim/vim
 user manual ............................ :h user-manual <ctrl-w_>
 reference .............................. :h reference <ctrl-w_>
 reference .............................. vimhelp.org/quickref.txt.html
 faq .................................... vimhelp.appspot.com/vim_faq.txt.html
 fish ................................... fishshell.com/docs/current/index.html
 picture ................................ screenshoot by me ~ my gnome-desktop

Leave LINUXOPOLIS # 1,081 ~ VIM-INSTALLATION to:

Written by

Linux • Debian • Bash • Java

Read more #linux posts


Best Posts From W. Glenz

We have not curated any of wglenz's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From W. Glenz