Compare commits

...

3 Commits

Author SHA1 Message Date
Gender Demon bd6ccb9798 Change default nvim colour scheme 2022-05-28 18:21:16 +01:00
Gender Demon 08ffbea57a Bump LICENCE year and change name on licence
Now it's my handle instead of my real name
2022-05-28 18:20:16 +01:00
Gender Demon 64c5908fd4 Update README 2022-05-28 18:16:54 +01:00
3 changed files with 12 additions and 45 deletions

View File

@ -1,6 +1,6 @@
BSD 3-Clause License BSD 3-Clause License
Copyright (c) 2021, Callum Renwick Copyright (c) 2022, d3mon
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

53
README
View File

@ -1,51 +1,18 @@
# cren's cracking config These files record the configurations I use for various Linux/unix program.
(Such files are also known as dotfiles.)
Please find enclosed configuration files written by me to customise I make changes to this repository regularly. Its contents are in no
various programs I use. way stable.
Also enclosed is fehbg, a script that was generated automatically by All the files in this repository are available under licences which
a command I ran. I include it for completeness: without it, this allow free modification and redistribution.
repository would not properly record my entire system configuration.
## Programs for which configuration files exist Files authored by me are licenced under the BSD 3-clause licence. The
full text can be found in the LICENCE file enclosed.
### Programs I use regularly Files not authored by me may be available under different licences, but
all of them allow free modification and redistribution.
* zsh (Z shell)
* nvim (neovim)
* the `river` Wayland compositor
* the `foot` terminal emulator
### Programs I no longer use regularly
Because I don't use these programs regularly, the configuration files
for these might be for an older version of the program, and aren't
maintained.
* dwm (dynamic window manager)
* the wallpaper-setting component of feh
* xorg x server
* alacritty
* bspwm (binary space partition window manager)
* sxhkd (simple x hotkey daemon)
## Fair warning
I write these files for myself, and not for portability. If you try
to use them yourself, you may encounter problems.
Further, I regularly change the contents of these files. If you try
to always use the latest version of each file, you may find that
program configurations change significantly over time.
## Freely redistributable
All the files written by me in this repository are licenced under the All the files written by me in this repository are licenced under the
BSD 3-clause licence. The full text can be found in the LICENCE file BSD 3-clause licence. The full text can be found in the LICENCE file
enclosed. enclosed.
All the files **not** written by me in this repository are licenced
under licences that allow free modification and redistribution. All
files not written by me are accompanied by their licence(s). Such
accompanying licences are headed with a note explaining which files
they licence.

View File

@ -1,6 +1,6 @@
-- Interface settings -- Interface settings
-- Set preferred colour scheme here; it will be substituted below -- Set preferred colour scheme here; it will be substituted below
local colours = "scheakur" local colours = "sourcerer"
-- Show line numbers -- Show line numbers
vim.wo.number = true vim.wo.number = true