GithubHelp home page GithubHelp logo

dotfiles's Introduction

.dotfiles

Table of Contents

Intro

As a developer, everyone struggles in creating a nice development environment. Development environments are based on the comfort of the user. Through this repoitory, one can experience my development environments.

Vim

Vim is a popular text editor for a lot of developers. Vim is known to be very efficient once skilled at vim scripts, but it has a learning curve.

Vundle

Vim plugins are managed by Vundle - a package manager.

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Plugins used for vim:

  1. Nerdtree - File System Display
  2. Colorschemes - Better Color Schemes
  3. Surround.Vim - Managing surroundings easily
  4. YouCompleteMe - Auto syntax completions
  5. Fugitive.Vim - Adds amazing Git commands
  6. Vim-cpp-enhanced-highligts - Adds cpp highlighting
  7. Vim-wakatime - Analysis of time spent on file types
  8. Tagbar - Adds a tagbar to vim
  9. Ctrlp.vim
  10. Vimcompletesme
  11. Vim-man - Adds man pages access to vim
  12. Undotree - Descriptive undo history

Installation:

cd ~/.vim/ | wget https://raw.githubusercontent.com/Vishesh-Gupta/dotfiles/master/.vim/.vimrc | Vi +PluginInstall +qall

And congratulations you have a configuration setup.

Tmux

Tmux stands for terminal multiplexer and has some really interesting features.

Installation:

cd ~/ |wget https://raw.githubusercontent.com/Vishesh-Gupta/dotfiles/master/.tmux/.tmux.conf | source .tmux.conf

VSCode

VSCode - Visual Studio Code - a text editor by Microsoft. Became extremely popular in last few years.

List of extensions recommended:

Common Extensions:

  1. Intellisense - Intelligent syntax highlight and management for each language

Local Extensions:

  1. Better Comments - Make commenting easier and cleaner
  2. Debugger for Chrome - Debug your Javascript in Chrome from VS Code
  3. Remote-WSL - Extension for windows users to connect to WSL
  4. VSCode-Icons - Icon pack for cleaner looking icons
  5. Remote-SSH - Ease in connecting to SSH server instances
  6. VimBinding - Add Vim bindings to VSCode
  7. MathSnippets - Adds math snippets such as
  8. SFTP- File syncing extension to remote

Remote WSL Extensions:

  1. Docker - Makes it easy to connect and manage docker without code
  2. Markdown All in One - Clean markdown builder with syntax highlighting

Contribution

Feel free to contribute to this repository to make it a source for dotfiles for many developers

dotfiles's People

Contributors

vishesh-gupta avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.