Skip to content

laithrafid/dotfiles

Repository files navigation


Logo

DotFiles

a bunch of files to speedup config management
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

dotfiles

  • 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

(back to top)

Getting Started

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 ~/. .

(back to top)

Usage

  1. This's if you want to know how it's done
  2. Clone the repo
    git clone https://github.com/laithrafid/dotfiles.git
  3. give script permissions and run install script with i to install, u to update and c to cleanup/remove
    ./install.sh i 

(back to top)

Roadmap

  • 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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b AFeature)
  3. Commit your Changes (git commit -m 'Add some AFeature')
  4. Push to the Branch (git push origin AFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://github.com/laithrafid/dotfiles.git

(back to top)

Acknowledgments

(back to top)

About

dotfiles for mac and linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published