1
0
forked from extern/nix-config
donovanglover-nix-config/README.md
2018-01-19 23:47:46 -05:00

5.5 KiB

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.

Installation

For installation, I assume that you already have a base Arch installation.

Install the packages from your local user account:

git clone https://github.com/GloverDonovan/new-start
cd new-start
makepkg
sudo pacman -U *.pkg.tar.xz

If you don't have one already, install an AUR helper:

git clone https://aur.archlinux.org/yay.git
cd yay
makepkg
sudo pacman -U *.xz

Next, use your AUR helper to install the AUR packages:

yay shotgun polybar ttf-noto htop-vim-git inox-bin waterfox-bin

Next, choose which dotfiles you want to use:

mv dotfiles ~
cd ~/dotfiles
stow bspwm # Change this to whatever you want

Now run startx and you should have a working system!

NOTE: Above is just a prototype and is not finalized. Expect changes.

Getting Started

Dotfiles

My dotfiles aim to be simple, straight-forward, and to the point. If you want to know how something works, just man software and /search for what you need to know!

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, bspwm, sxhkd, and zsh.

For a complete list of the packages included, see the PKGBUILD.

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

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.