LINUXOPOLIS # 1,081 ~ VIM-INSTALLATION

in #linux4 years ago (edited)

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
Sort:  



Join the community in our migration to Hive, a community built blockchain for the community. All Steem account holders will receive equivalent stake on the new Hive blockchain.

Please see this post on SteemPeak for more information.