Code Monkey home page Code Monkey logo

dotfiles's Introduction

DOTFILES

dotfiles by MrKoopaKiller

last-commit repo-top-language repo-language-count

This README has been auto-generated by ChatGPT.๐Ÿค–

GNU%20Bash


TL;DR

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/MrKoopaKiller/dotfiles/HEAD/install.sh)"

Overview

This repository contains my personal dotfiles, which encompass various customizations for enhancing my development environment. It includes configurations for:

  • Kitty terminal
  • ZSH with auto-complete, auto-suggestions, and fzf integration
  • TMUX with plugins like Resurrect and Continuum
  • NeoVIM with tmux integration

Installation

To install these dotfiles, simply run the following command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/MrKoopaKiller/dotfiles/HEAD/install.sh)"

Manual Installation

Prerequisites

Ensure you have Brew installed for MacOS/Linux. If not, install it from Brew's official website.

To streamline package management across both MacOS and Linux, most packages are managed using Brew. The Brewfile contains all necessary brew packages, including some optional ones to expedite setup. To install these packages, execute:

brew bundle install

For Linux systems, install the packages listed in aptfile using the following command:

xargs sudo apt-get install -y < ${DOTDIR}/aptfile

Configuring Dotfiles

The dotfiles in this repository are organized to align with the directory structure in your $HOME user directory.

To manage these dotfiles, I use GNU Stow, which simplifies the process of symlinking configuration files. Stow is included in the Brewfile.

To set up the dotfiles, navigate to the root directory of this repository and execute:

stow .

This command will create the necessary symbolic links in your home directory.

dotfiles's People

Contributors

mrkoopakiller 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.