Coder Social home page Coder Social logo

dotfiles's Introduction

/home/muhammadpadanta/dotfiles

Introduction

This repository contains my personal dotfiles, which I use to configure my development environment on Linux Mint. I manage these dotfiles using GNU Stow, a symlink manager that makes it easy to keep configurations organized and portable.

Getting Started

To set up these dotfiles on your machine, you’ll need:

  • Linux Mint (or any Unix-like system)
  • GNU Stow installed

Installation

Clone this repository to your home directory:

git clone https://github.com/muhammadpadanta/dotfiles.git ~/dotfiles

Then, navigate into the dotfiles directory and use stow to symlink the configurations:

cd ~/dotfiles
stow <package>

Replace <package> with the name of the config folder you want to stow (e.g., nvim, fish, etc.).

Directory Structure

Each directory in this repository represents a set of related configuration files. For example:

  • nvim/: Configuration files for Neovim
  • fish/: Fish shell settings
  • starship/: Starship prompt configuration

Example Usage

To set up all configurations at once, simply run:

stow *

Or, if you only want specific configurations:

stow nvim
stow fish

Notes

  • If you encounter conflicts, you might already have config files in place. Consider backing them up before running stow.
  • The symlinks created by Stow are placed relative to your home directory. If something looks off, check the symlink paths.

Customization

Feel free to fork and adjust these dotfiles to match your preferences. They’re meant to be a starting point that you can build upon.

License

MIT License – see the LICENSE file for details.

dotfiles's People

Contributors

muhammadpadanta avatar

Stargazers

 avatar

Watchers

 avatar

dotfiles's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.