Skip to content

useful dotfiles included vim, zsh, tmux and vscode

Notifications You must be signed in to change notification settings

FateScript/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published