Skip to content

LittleBear-6w6/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

Confiuration files

List

  • Vim clone .vimrc form h-east/dotfiles_simple at first. And I customize vimrc.

Issue

Nothing now.

[Reference]
Repository of h-eastさん: https://github.com/h-east/dotfiles_simple

#Usage

Clone git repository

$ mkdir dotfiles
$ cd dotfiles
$ git clone https://github.com/LittleBear-6w6/dotfiles.git
$ ln -s ~/dotfiles/.vimrc ~/.vimrc
$ ln -s ~/dotfiles/.mybashrc ~/.mybashrc

Edit .bashrc

Add below sentence to .bashrc

if [ -f ~/.mybashrc ]; then
        . ~/.mybashrc
fi

Setup vim

  1. Install Japanese manual
$cd
$ mkdir -p .vim/pack/my/start
$ mkdir -p .vim/pack/my/opt
$ cd !$
$ git clone https://github.com/vim-jp/vimdoc-ja.git
  1. Install vim-plug
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

  1. Setup plugin on vim (1)Execute vim (2)Input :PlugInstall Reference:https://github.com/junegunn/vim-plug

About

各種dotfilesを格納

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages