Giter Club home page Giter Club logo

dotfiles's Introduction

Graham's Dotfiles

This repo contains a collection of my dotfiles for configuring my shell on Linux and MacOS, and some kubuntu-specific configs.

Screenshot

Screenshot of something with an error

New Computer Setup

  1. Install or verify dependencies needed to bootstrap:
    • git
    • curl
    • A system version of Python 3. Anything >= 3.7 should work (bootstrapping will install miniconda)
  2. Optionally, run ssh-keygen and add the public key to your GitHub account
  3. Clone this repo into .dotfiles, either over SSH or HTTPS if you don't plan on pushing any changes
    git clone [email protected]:grahamhoyes/dotfiles.git .dotfiles && cd .dotfiles
  4. Run python3 bootstrap.py with the desired options to set up a system

For a full first-time set up of a Kubuntu-esque system, run:

python3 bootstrap.py --full

This will perform a system upgrade, install a number of dependencies (including those needed by the script), and configure the shell, system fonts, and some aspects of KDE. A full restart afterwards is required for some changes to take effect.

To only configure the terminal on either Linux or Mac OS, run:

python3 bootstrap.py --shell --fonts --configs

Modifying Dotfiles

Dotfiles are symlinked to their relevant locations by the bootstrap script, so they can either be modified in this repo (eg ~/.dotfiles/.zshrc) or by modifying the symlink (eg ~/.zshrc).

To add a new dotfile:

  • Add it to this repo
  • Add it to the relevant destination location in the DOTFILE_LOCATIONS dictionary in bootstrap.py
  • Run python3 bootstrap.py --configs to create the link
    • The prompts to overwrite existing symlinked dotfiles don't matter, the symlink will just be re-created if you choose to overwrite

dotfiles's People

Contributors

grahamhoyes avatar

Watchers

 avatar

Forkers

arshinmar

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.