My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
Go to file
2018-01-03 23:06:24 -05:00
dotfiles Remove i3 config files 2018-01-02 23:59:38 -05:00
etc Update README.md with new features section 2017-12-28 16:35:31 -05:00
help Switch from cmus to mpd + mpc + ncmpcpp 2018-01-01 21:50:57 -05:00
install Switch from i3-gaps to bspwm + sxhkd 2018-01-02 23:43:18 -05:00
src Add theme preview support 2017-12-31 21:34:29 -05:00
.editorconfig Add .editorconfig 2017-12-22 23:22:00 -05:00
.gitignore Remove output directories from the repository 2017-12-25 21:34:37 -05:00
.travis.yml Add crystal spec to .travis.yml 2017-12-22 23:43:16 -05:00
LICENSE.md Add license 2017-10-23 00:11:29 -04:00
Makefile Update Makefile 2018-01-03 23:06:24 -05:00
README.md Switch from cmus to mpd + mpc + ncmpcpp 2018-01-01 21:50:57 -05:00
shard.lock Remove kemal and other server dependencies 2017-12-29 23:34:20 -05:00
shard.yml Remove kemal and other server dependencies 2017-12-29 23:34:20 -05:00

New Start

GPLv3 License Creative Commons BY-SA Uses Crystal

Vim is my editor, *nix is my IDE.

Screenshot Screenshot

New Start is built on top of Arch GNU/Linux and consists of my dotfiles, install scripts, help files, and custom software.

Features

  • Universal themes
    • All Base16 themes supported.
    • It is trivial to make your own themes.
    • One command to change the color schemes in all the software you use.
  • Mouse-free
    • Never reach for your mouse again.
    • Vim-inspired keybindings.
  • Reproducability
    • Install the system from scratch and have the exact same configuration as before.
    • It is trivial to make your own live usb of the system.

Before You Begin

  1. Linux is not an operating system. All the so-called "Linux" distributions are actually distributions of GNU/Linux.
  2. Arch GNU/Linux is rolling-release. There is no such thing as having to install a new version of Arch.
  3. Free software gives you complete control over your computing. If something doesn't work, it's more often than not user error.
  4. Keep it simple. At the end of the day, you only need to use your computer for a few specific tasks, such as listening to music, writing software, sending messages, and using the internet. Don't overcomplicate things.

This system is different from your traditional point-click system. There is no such thing as "clicking the close button" here, or clicking anything for that matter.

Once mastered, the interface should not get in the way. Everything just works.

Getting Started

Dotfiles

I know how frustrating it is to see a setup and not have access to the dotfiles. I also know how frustrating it is to go through dotfiles with default config settings everywhere or dotfiles with little to no documentation at all.

My goal here is simple: use as few config settings as possible required to make everything work, and document the settings that I do use. Your "config" file shouldn't be a man page!

Install Scripts

The install scripts let you install the entire operating system and dotfiles with a simple command. Note that you should not run this on your actual computer. The install script is meant to be used with the Arch ISO. Simply run:

wget https://raw.githubusercontent.com/GloverDonovan/new-start/master/install/install.sh
chmod +x install.sh
./install.sh

Some of the software I use include (in no particular order): neovim, ranger, feh, mpv, zathura, yay, compton, polybar, termite, shotgun, waterfox, inox, mpd, mpc, ncmpcpp, i3-gaps, and zsh.

For a complete list of the packages included, see install/packages.sh and install/aur.sh.

NOTE: The install script is incomplete and should not be used (yet)!

After installation, you will be able to use the operating system and even put it on a live USB!

Help Files

Help files are a way for me to keep track of all the useful commands I learn about certain software. They're compiled in easy-to-read files so I don't have to search the same thing over and over.

  • commands.md - The majority of terminal commands I use on a daily basis
  • git.md - There's a lot more to Git than you think (no pun intended)
  • gpg.md - Everything you need to know about GPG
  • profanity.md - A primer on using XMPP with Profanity
  • vim.md - A complete reference to everything I know (and find worth mentioning) about vim

Custom Software

This directory holds custom software that I made specifically for my use case. Feel free to use them for inspiration.

Some of the most interesting software include:

  • maid.cr - An easy way to manage dotfiles.
  • theme.cr - Easily change color schemes across everything, including polybar, termite, and i3. Uses base16 color schemes.

Run crystal docs to generate the documentation for these files in a nice format.

Contributing

If you want to improve the help files or other parts of New Start then please file an issue first. Pull requests are accepted, but I'd prefer if you made an issue first!

License

  • Code is released under the GPLv3 license.
  • Help files are released under the Creative Commons BY-SA license.