Skip to content

A collection of basic configuration for linux such as .vimrc, .bashrc and so on

Notifications You must be signed in to change notification settings

brucekim/config

Repository files navigation

Config list

Vim

  • .vimrc
  • vim plugins

Script

  • .bashrc
  • bash scripts

Git

  • .gitconfig
  • gitmessage.txt

issue - how to resolve

vim cursor jumps to top of source

- 1552 au! CursorHold * nested call <SID>SrcExpl_Refresh()
+ 1553 au! CursorHold * call <SID>SrcExpl_Refresh()

note

ssh-keygen

$ ssh-keygen -t rsa -b 4096 -C "email addr"
$ cat ~/.ssh/id_rsa.pub

brew install (Mac)

  • package manager for Apple
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$ brew install wget

About

A collection of basic configuration for linux such as .vimrc, .bashrc and so on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published