Coder Social home page Coder Social logo

.dotfiles's Introduction

Introduction

This repository contains my personal dotfiles, which include configurations for various tools and applications. I prefer using the Dracula theme for as many tools as possible because it is widely supported by different applications. This choice allows me to maintain a consistent and visually appealing appearance across all my tools effortlessly.

Stow - Dotfile Management

To manage my dotfiles, I use the stow tool. It allows me to create symbolic links from my repository to the appropriate locations in the home directory. This way, I can keep my configuration files organized in this repository while seamlessly using them in my system.

Installing Stow on Ubuntu

If you are using an Ubuntu-based system, you can install stow using the following command:

sudo apt update
sudo apt install stow -y

Getting Started

To use my dotfiles, follow these steps:

  1. Clone this Repository:

    Clone this repository to your local machine:

    git clone [email protected]:Arthurk12/.dotfiles.git ~/.dotfiles
  2. Install the Dependencies:

    Run the provided install.sh script to install the required dependencies, zsh, oh-my-zsh, and Powerlevel10k.

    cd ~/.dotfiles
    ./install.sh
  3. Use Stow to Manage Dotfiles:

    When experimenting with an unknown stow command or adding new configurations, it's important to use the -n flag, which performs a dry run. This way, it will only simulate the changes without applying them, allowing you to preview the changes before actually applying them. For example:

    stow -n -vSt ~ git htop oh-my-zsh p10k

    The above command will show you what changes will be made without actually creating any symbolic links. Once you are confident with the changes, you can remove the -n flag to apply the configurations.

    stow -vSt ~ git htop oh-my-zsh p10k

    The command above will create symbolic links for the specified configurations in your home directory (~). You can add or remove configurations as needed by modifying the list of configuration names.

.dotfiles's People

Contributors

arthurk12 avatar

Watchers

 avatar

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.