Skip to content

johnmays/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

My Linux build's configuration files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published