Skip to content

Vishesh-Gupta/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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

Releases

No releases published

Packages

No packages published

Languages