FateScript / dotfiles

useful dotfiles included vim, zsh, tmux and vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Start configuration with a few steps

Step1: Clone this repo and enter the directory

git clone https://github.com/FateScript/dotfiles.git
cd dotfiles

Step2: Install you can use the following command to install all the configuration files:

source zsh/install.zsh
install_all

Step3: Update configuration if needed If you have install the software, you can use the following command to update the configuration files:

update_conf

Customize your configuration if needed

Vim

Step1: Move vimrc to $HOME/.vimrc

mv vimrc $HOME/.vimrc

Step2: Install vim-plug

Start vim and run the following command in command mode:

:PluginInstall

Oh-my-zsh

Install and configure zsh, and set zsh as default shell.

prepare_zsh

Tmux

Install and configure tmux.

prepare_tmux

Useful tools

install_tools

VSCode

Highly recommend to use vscode + vim plugin as your working IDE.

For more settings, please refer to vscode config

Surfingkeys

Surfingkeys is a chrome extension that provides vim-like keybindings in chrome.

Acknowledgement

I refer to the following repos to build my own dotfiles:

About

useful dotfiles included vim, zsh, tmux and vscode


Languages

Language:Shell 89.6%Language:Vim Script 10.4%