Coder Social home page Coder Social logo

dotfiles's Introduction

dotfiles

my dot files such as tmux, vim etc

tmux

  • tmux的配置文件,保存路径为~/.tmux.conf

vim

.vimrc.full

配置了部分常用的插件,用法:

  1. .vimrc.full复制并重命名,保存在用户的$HOME目录,名称为.vimrc
  2. 插件放置目录:
  • 如果在Windows中,插件目录为$VIM/vimfiles/bundle/
  • 否则插件目录为~/.vim/bundle/
  1. 需要先安装Vundle.vim在插件目录中,可在github上找。

.SpaceVim.d

SpaceVim的配置,SpaceVim的安装方法可在SpaceVim的官网查询

注意:由于部分插件需要vim支持+python的属性,如果系统的vim没有该选项且升级比较麻烦,可安装neovim代替,安装以后在~/.bashrc中设置别名:alias vim=nvim即可。

如果使用的是neovim,有可能nvim不支持+python,需要先pip install pynvim,才能使用python相关的插件

  • 加速安装:
    1. git clone https://gitee.com/spacevim/SpaceVim.git
    2. mv 项目名 ~/.SpaceVim
    3. 执行安装命令
# 安装
curl -sLf https://spacevim.org/install.sh | bash

# 卸载
curl -sLf https://spacevim.org/install.sh | bash -s -- --uninstall

配置了常用的插件·

  1. .SpaceVim.d.full/目录复制到$HOME,并重名为.SpaceVim.d
  2. init.toml上以说明一半需要另外安装什么工具,如果没有说明但运行中报错的,根据错误提示安装对应的工具即可。
  3. 安装nerd字体:
# macOS,安装以后更改终端的字体为nerd
brew search font
brew tap homebrew/cask-fonts
brew cask install font-saucecodepro-nerd-font

maven

  • mvn-conf中包含了maven的基础配置,只配置了阿里源

dotfiles's People

Contributors

sineatos 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.