Skip to content
/ myconf Public

my config files(git/vim/tmux)

Notifications You must be signed in to change notification settings

inhere/myconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config

我的一些工具配置

  • shell(bash/zsh)
  • git
  • tmux
  • vim

Shell 配置

主要是一些常用别名,方法

Install:

curl https://raw.githubusercontent.com/inhere/conf/master/shell-scripts.sh >> ~/.my-scripts.sh

Edit .bashrc or .zshrc:

source $HOME/.my-scripts.sh

Or use: echo >> source $HOME/.my-scripts.sh

Git 配置

Git 的简单配置,设置一些常用别名。

Install:

curl https://raw.githubusercontent.com/inhere/conf/master/my.gitconfig >> ~/.gitconfig

Tmux 配置

NOTE: make sure your tmux version >= 2.5

极简配置

极简配置,主要是允许鼠标滚动,颜色,状态栏。

Install:

curl https://raw.githubusercontent.com/inhere/conf/master/tmux.conf >> ~/.tmux.conf

Tmux 1.x:

curl https://raw.githubusercontent.com/inhere/conf/master/tmux1.conf >> ~/.tmux.conf

重新载入配置 tmux source ~/.tmux.conf

稍丰富的配置

Direact usage:

curl https://raw.githubusercontent.com/ulue/k-tmux/master/tmux.conf > ~/.tmux.conf

Use github:

git clone https://github.com/ulue/k-tmux.git
ln -s $PWD/k-tmux/tmux.conf ~/.tmux.conf

更强大的配置

请看:

tmux 增强工具

Vim 配置

简洁版配置

简洁版配置适用于服务器环境

Install:

cp ~/.vimrc ~/.vimrc_bak
curl https://raw.githubusercontent.com/wklken/vim-for-server/master/vimrc > ~/.vimrc

About

my config files(git/vim/tmux)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages