GithubHelp home page GithubHelp logo

my-env's Introduction

Start...

For the development, I will cover following tools.

  1. neovim
  2. zsh

Install zsh

Install by apt if you are in Ubuntu.

sudo apt install zsh

Yes, I love oh-my-zsh. It's almost filled.

oh-my-zsh

with some plugsin

% git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions 
% git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting

if you use nvm,

git clone https://github.com/lukechilds/zsh-nvm ~/.oh-my-zsh/custom/plugins/zsh-nvm

rg

I use ripgrep for finding in source code.

Neovim

You can use package manager such as apt. I recommend to download from github. You can get the newest one.

Neovim

At first, we have to prepare plugins manager. I use packer. This command will install packer as the plugin manager.

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

tree-sitter

Tree-sitter is a good solution for syntax highlighting. In ubuntu, we can use it by npm.

npm install -g tree-sitter-cli

typescript

If you are working on Typescript. Neovim needs its language server.

npm i -g typescript-language-server

Python

I use pyright. Neovim supports lsp. So, we need a lsp client for python.

npm i -g pyright

Then, add following lines at init.lua.

requre'lspconfig'.pyright.setup{}

That's all.

https://github.com/neovim/nvim-lspconfig

Chrome OS

Maybe, you got a problem about custom font. Here, I give a way to set custom font in terminal. In terminal, you open DevTools by <Ctrl + Shift + j>

term_.prefs_.set('font-family', '"JetBrains Mono Nerd", monospace');
term_.prefs_.set('user-css-text', '@font-face {font-family: "JetBrains Mono Nerd"; src: url("https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/JetBrainsMono/Ligatures/Regular/complete/JetBrains%20Mono%20Regular%20Nerd%20Font%20Complete%20Mono.ttf"); font-weight: normal; font-style: normal;}')

Make sure you have the cowsay and figlet utilities installed. They are used by the configured sources.

my-env's People

Contributors

zestime avatar

Stargazers

Roman avatar

Watchers

 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.