"dotfiles" is a collection of several configuration files.
Just execute the following command.
git clone https://github.com/8ayac/dotfiles.git $HOME
cd $HOME/dotfiles
./install.sh
-
00_install/ > This directory stores shell scripts to install each configuration file.
- 0_func.func > Various useful function definition files that can be reused in each shell script.
-
vimrc > Vim configuration files including aliases, plugins, colorscheme, etc.
-
neovim > Neovim configuration files including aliases, plugins, colorscheme, etc.
-
zshrc > zsh gives us some really amazing shell experiences, this is a very basic set of configuration files for zsh.
-
zsh-syntax-highlighting > The configuration files for zsh-syntax-highlighting that provide highlighting of commands in zsh.