Code Monkey home page Code Monkey logo

dotfiles's Introduction

@johnmays dotfiles

My Linux build's configuration files.

Quick Note:

This is still a work in progress. Many programs and GUIs are unfinished.

Goals:

My goals for this system are to modify it so that it:

  • looks good, but simple
  • is lightweight
  • is efficient to use
  • is secure
  • has a high level of control over filesystem (like on OSX, I lose track of files all the time & it's impossible to fully uninstall things)

What I am using:

Software:

Core:

Other Programs:

  • File Browser: Thunar
  • Music Streaming: Spotify (spotify-launcher) Not really maintained, but that might be a good thing, because you aren't subject to the relentless A/B testing they're always doing.
  • Screenshot Utility: Flameshot
  • Launcher: rofi
  • Image viewer: nsxiv
  • Bluetooth Utility: bluez
  • Image viewer: nsxiv
  • Video viewer: mpv
  • Video utility: ffmpeg

PC:

Lenovo Thinkpad T480 (2018) with

  • Intel Core i7-8550U CPU @ 1.80GHz (4 cores, 8 threads)
  • 16 GB Memory
  • No card, just onboard Intel UHD Graphics 620
  • 250 GB SSD (OS living on 110 GB partition)

Installing & Replicating:

Note: This repo is constructed with a bare git repository. The repo itself is stored in a folder in my root directory I decided to name .cconfig.git. All of the heads and everything are stored in there, like a normal git repository's .git. By default, a bare repo will not track any inodes in adjacent or child directories. Only if I explicitly ask this repo to track a file in its scope, will it then do so. This is how I selectively keep track of files scattered all over my system, and may also explain why the directory structure in this repo looks so weird.

The essential takeaway is that if you'd like to replicate some of the stuff in my dotfiles, you should be attempting to place these files and directories in approximately the same places in your filesystem.

For example, if you wanted your rofi to act like mine, you should try to replace the files in home/you/.config/rofi/ (always have a way to switch back from a terminal) with the files in <this-repo>/.config/rofi/

I wish there was a neat way to install with a few commands, but I don't have the time to make that happen smoothly. So, here are a few things you could do to start:

  1. Install EndeavourOS Qtile community edition
  2. Use pacman, yay, and grep to install all of the programs in my list here
  3. Copy files from .config to their respective directories on your system. Be especially careful when configuring qtile because it has the ability to make your system inoperable if it encounters an error.

Aesthetics:

I've tried to transform at least the colors and font of every program I could

Colors:

These are completely custom

Core palette:

Extra colors for editor:

Font:

Input Mono by David Jonathan Ross

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.