Skip to content

sagwascript/potato-web-dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

🥔 POTATO-FRIENDLY WEB DEV. SETUP

  1. GNU/Linux based OS

    Install one from so many linux distributions available, look around the Internet which one that's really fit on you

  2. Bash

    UNIX shell and command language

  3. Alacritty

    GPU accelerated terminal emulator

    GitHub Repo

  4. Tmux

    Terminal multiplexer, it allows you to add more pane and window in single terminal

    GitHub Repo

  5. Neovim

    Vim (somekind of text editor) but better in term of code and project maintenance

    GitHub Repo

  6. Vim-Plug

    Vim/Neovim plugin manager

    GitHub Repo

  7. Denite

    Vim/Neovim plugin that can help you opening file, switching buffer, fuzzy-finding, more, and more importantly it is working asynchronously

    GitHub Repo

  8. Deoplete

    Vim/Neovim plugin to help you do auto-completion while coding, also working asynchronously

    GitHub Repo

  9. ALE (Asynchronous Lint Engine)

    As the name said, it's a Vim/Neovim linter that works asynchronously

    GitHub Repo

  10. NERD Tree

    Vim/Neovim plugin to display project directory tree view

    GitHub Repo

  11. and of course, Web Browser + React Dev. Tools + Redux Dev. Tools

Releases

No releases published

Packages

No packages published