Giter Site home page Giter Site logo

my_config_files's Introduction

These are my config files.

my_config_files

1. my_clion_setting.zip

It's my clion settings

how to use it

  • open clion --> File --> improt setting Select the .zip file and open it.
  • select the my_vscode_keymap in keymap setting

Attention: For windows user, the path of the keymap.xml is different. So users need to modify it manually.

2. rvctools.zip

It's a MATLAB robotics toolbox.

reference: https://petercorke.com/toolboxes/robotics-toolbox/

how to use it

set path --> add with subfolders

Select the rvctools folder

3. .zshrc

It's my .zshrc file with many custom configuration including git, ROS, terminal, etc.

sudo apt install fasd
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

how to use it

ln -s /home/wang/wang/git_files/my_config_files/zsh/.zshrc /home/wang/.zshrc

4. tmux

v3.0+ is recommended.

It's my .tmux.conf file with many custom configuration including plugins, etc.

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm # 安装插件管理器

how to use it

ln -s /home/wang/wang/git_files/my_config_files/tmux/.tmux.conf /home/wang/.tmux.conf
tmux new -s test

prefix+I安装插件

5. vim

These are my .vimrc and .ideavimrc file with many custom configuration including plugins, etc.

how to use .vimrc

# 配置插件管理器
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

ln -s /home/wang/wang/git_files/my_config_files/vim/.vimrc /home/wang/.vimrc

# 检查是否支持clipboard
vim --version | grep clipboard # 已经支持时其前有+号

  # 如果不支持需要安装vim-gtk
sudo apt install vim-gtk

安装插件 :PlugInstall 查看插件状态:PlugStatus

how to use .ideavimrc

复制替换.ideavimrc即可

6. ranger

# To use the "Dragon drop", install the `https://github.com/mwh/dragon` firstly(just run `make install`).
sudo ln $HOME/.local/bin/dragon /usr/bin/dragon
rm -rf $HOME/.config/ranger
ln -s `pwd`/ranger $HOME/.config/ranger 

my_config_files's People

Contributors

yanliang-wang avatar

Stargazers

 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.