Skip to content

rahfianugerah/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Overview

Dotfiles are configuration files on Unix-based systems (like Linux or macOS) that are typically hidden by default, as their names start with a dot (.), which makes them “dotfiles”. This repository contains my personal dotfiles, and feel free to use this settings for your working environment.Also, don't forget to leave some stars...

Project Structure

Here's an overview of the folder structure:

.
├── .backup
│   ├── .bashrc.backup
│   └── .zshrc.backup
├── .bashrc
├── .zshrc
├── LICENSE
├── README.md
├── pylib
│   ├── mlops.requirements.txt
│   └── requirements.txt
└── run.sh

Each directory and file is briefly explained:

  • .backup/: Contains backup files.
  • pylib/: Contains python library requirements setup for conda env.

License

This project is licensed under the MIT License. This means you are free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software. The full text of the license is available in the LICENSE file. By using this project, you agree to include the license notice and disclaimers in all copies or substantial portions of the Software. For more details on the terms and conditions of the MIT License, please refer to the license file.

Author

GitHub: @rahfianugerah

Releases

No releases published

Packages

No packages published

Languages