Afee2019 / dotfiles-systemcoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System Coding's dotfiles

Configs of neovim, fish, zsh, bash and even alacritty which you can fork, use it for yourself as well

How to get these configs:

git clone https://github.com/systemcoding/dotfiles-systemcoding (Clone it in your home directory)
cp -r dotfiles-systemcoding/file_name .config/ (replace file_name with your preference)
For eg:
cp -r dotfiles-systemcoding/.zshrc $HOME (to copy my zsh config and also install zsh before copying)

Neovim

Plugins I used:

Alacritty

License

The files and scripts in this repository are licensed under the MIT License, which is a very permissive license allowing you to use, modify, copy, distribute, sell, give away, etc. the software. In other words, do what you want with it. The only requirement with the MIT License is that the license and copyright notice must be provided with the software.

About

License:MIT License


Languages

Language:Shell 65.0%Language:Vim Script 35.0%