LINUXOPOLIS # 1,038 ~ ATOM

in #linux4 years ago

ATOM

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

screenshot by willi glenz

vim ~/.config/fish/functions/gatom.fish

function gatom --description 'text editor'
    clear; echo
    echo '=========================================================================='
    echo '                                   ATOM                                   '
    echo '                                                                  atom.io '
    echo '=========================================================================='
    echo ' $ which atom                                                             '
    echo ' $ cd ~/Downloads                                                         '
    echo ' $ ls -l                                                                  '
    echo ' $ wget atom.io/download/atom-64.deb                                      '
    echo ' # apt install ./atom-64.deb                                              '
    echo ' $ ls -l                                                                  '
    echo ' $ rm atom-64.deb                                                         '
    echo ' $ which atom                                                             '
    echo ' $ apt-cache show atom                                                    '
    echo ' ------------------------------------------------------------------------ '
    echo ' $ cd ~                                                                   '
    echo ' $ atom                                                                   '
    echo '=========================================================================='
    echo
end
SOURCES
 homepage ............ atom.io
 download ............ atom.io/download/deb
 documentation ....... atom.io/docs
 fish ................ fishshell.com/docs/current/index.html
 picture ............. screenshoot by me ~ my gnome-desktop