4th Street Bar Hive-Bar

Hive-Bar Powered by Hive beta-fdb5b5b

Community post

LINUXOPOLIS # 1,081 ~ VIM-INSTALLATION

VIM-INSTALLATION

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
[home](https://steempeak.com/@wglenz) ~ [previous](https://steempeak.com/linux/@wglenz/linuxopolis-2019-11-18-vim)
![screenshot by willi glenz](https://files.steempeak.com/file/steempeak/wglenz/r7qJSSBX-image.png)
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
26 upvotes 1 downvotes $0.02

Replies (1)

Review before signing

Posting as . Signing with . Keychain permission: Posting. Hive Keychain will ask you to approve this action next.


  
Technical details

Operation fingerprint: