..

vimrc

:: all technical posts… :: my resources configuration :: tmux :: tmuxp yaml ::

  • whole vimrc
    wget -O .vimrc https://gist.githubusercontent.com/igorlima/90f67ef56912aa16306d9c4bd72b46c3/raw/.vimrc
    
    curl -L -o .vimrc https://gist.githubusercontent.com/igorlima/90f67ef56912aa16306d9c4bd72b46c3/raw/.vimrc
    
    # clone git repository and create a link:
    git clone https://gist.github.com/90f67ef56912aa16306d9c4bd72b46c3.git my-vimrc
    git clone git@gist.github.com:90f67ef56912aa16306d9c4bd72b46c3.git my-vimrc
    
    # symbolic (should be the absolute path)
    ln -s -f ~/workstation/gists/my-vimrc/.vimrc ~/.vimrc
    

    • gist
    • iVim iOS app
    • Blink iOS app

      wget -O README.md https://gist.githubusercontent.com/igorlima/90f67ef56912aa16306d9c4bd72b46c3/raw/README.md
           
      curl -L -o README.md https://gist.githubusercontent.com/igorlima/90f67ef56912aa16306d9c4bd72b46c3/raw/README.md
      
  • vimscript playground