a bunch of files to speedup config management
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- README.md < You are here
- bash_profile < your bash_profile
- gitconfig < git configs
- gitignore < git ignores
- inputrc
- install.sh < script to clone and install
- tmux.conf < tmux configs
- vimrc < vim configs 8 files
TL$DR
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/laithrafid/dotfiles/main/install.sh)"
after copying line above you will given option to enter one of these inputs below:
- install i
- Update u
- To CleanUp c
this script will install xcode-commandline tools, homebrew, install list of python packages, brew fomulas and casks, then setup vim plugins , and create symlinks to vimrc and tmux.config files in your home directory ~/.
.
- This's if you want to know how it's done
- Clone the repo
git clone https://github.com/laithrafid/dotfiles.git
- give script permissions and run install script with i to install, u to update and c to cleanup/remove
./install.sh i
- adding VSC configs
- adding docker and kuberentes configs
- adding cloud env configs
- AWS configs
- GCP configs
- AZURE configs
- adding encryption to secrets in these files
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b AFeature
) - Commit your Changes (
git commit -m 'Add some AFeature'
) - Push to the Branch (
git push origin AFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/laithrafid/dotfiles.git