Skip to content

johnie/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Logo
CONFIG

My personal setup of dotfiles and applications

GitHub license git-last-commit GitHub commit activity GitHub top language


πŸ“– Table of Contents


πŸ“ Overview

This repository contains a collection of dotfiles and scripts for setting up a development environment quickly and efficiently. The included scripts automate the process of installing necessary applications and configuring your system to your preferences.


πŸ“¦ Prerequisites

  • Unix-like operating system (MacOS, Linux, etc.)
  • git installed on your machine
  • curl or wget for downloading files (if not included in the install script)

πŸ“‚ Repository Structure

└── config/
    β”œβ”€β”€ .config/
    β”‚   β”œβ”€β”€ karabiner/
    β”‚   β”‚   β”œβ”€β”€ automatic_backups/
    β”‚   β”‚   └── karabiner.json
    β”‚   β”œβ”€β”€ nvim/
    β”‚   β”‚   β”œβ”€β”€ after/
    β”‚   β”‚   β”œβ”€β”€ colors/
    β”‚   β”‚   β”œβ”€β”€ init.vim
    β”‚   β”‚   β”œβ”€β”€ macos.vim
    β”‚   β”‚   β”œβ”€β”€ maps.vim
    β”‚   β”‚   β”œβ”€β”€ plug.vim
    β”‚   β”‚   └── windows.vim
    β”‚   β”œβ”€β”€ sheldon/
    β”‚   β”‚   └── plugins.toml
    β”‚   └── starship.toml
    β”œβ”€β”€ init/
    β”‚   β”œβ”€β”€ vscode_extensions.json
    β”‚   └── vscode_settings.json
    β”œβ”€β”€ scripts/
    β”‚   β”œβ”€β”€ fresh.sh
    β”‚   β”œβ”€β”€ git_config.sh
    β”‚   β”œβ”€β”€ macos.sh
    β”‚   β”œβ”€β”€ ssh.sh
    β”‚   └── vscode.sh
    └── setup/
        β”œβ”€β”€ aliases
        β”œβ”€β”€ colors
        β”œβ”€β”€ editorconfig
        β”œβ”€β”€ exports
        β”œβ”€β”€ extra
        β”œβ”€β”€ functions
        β”œβ”€β”€ gitconfig
        β”œβ”€β”€ gitignore
        └── zshrc

πŸš€ Getting Started

πŸ”§ Installation

  1. Clone the config repository:
git clone https://github.com/johnie/config
  1. Change to the project directory:
cd config
  1. Run the Install Script
chmod +x install.sh
./install.sh

🀝 Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines

Click to expand
  1. Fork the Repository: Start by forking the project repository to your GitHub account.
  2. Clone Locally: Clone the forked repository to your local machine using a Git client.
    git clone <your-forked-repo-url>
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear and concise message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to GitHub: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.

Once your PR is reviewed and approved, it will be merged into the main branch.


πŸ“„ License

This project is protected under the MIT License.

About

πŸ’» My main dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published