Skip to content

xg-chu/dev_environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev_environment

Step 1. Install oh-my-zsh

Check Git:Oh-My-Zsh for any update.

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Default plugins are in the following:

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Step 2. Install powerlevel10k

Check Git:powerlevel10k for any update.

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc

Step 3. Install nVim

Please refer to Install Guide or Releases.

Place the config files at ~/.config/nvim/*

Install vim-plug first, then run :PlugInstall.

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

Check https://github.com/neovim/neovim for any update.

Docker

docker build --no-cache -t x-chu/3dcv_home:2.0.0 .

About

Environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published