All of configuration files(dotfiles) in this repo, using bash as shell script, and neovim as editor
Setup is as simple as:
git clone https://github.com/Emrys-Hong/dotfiles ~/.dotfiles && cd ~/.dotfiles
./setup.sh
Specifically setup.sh
will use softlinks to link the configuration files as hidden files to your home directory ~/
(alternatively, you can also choose to link the files yourself).
Configuration files include :
Files
- "tmux.conf"
- "vimrc"
- "bashrc"
- "bash_profile"
- "bash_common"
- "zshrc"
- "profile"
- "inputrc"
- "gitignore_global"
- "gitattributes_global"
- "gitconfig"
- "condarc"
Folders
- "ssh"
- "nvim"
- Change the
name
andemail
field insidegitconfig
- Change
ssh/config
for server address
Explanation for those configurations are included in docs
type <cmd>
to check usage in bashgit alias
to check git aliasprefix+?
to check tmux shortcut
*/30 * * * * . $HOME/.profile; cd $HOME/.dotfiles/ && /usr/bin/git rev-parse --abbrev-ref HEAD | xargs /usr/bin/git pull --no-rebase origin