Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Remove user@host, except during SSH sessions.
|
|
|
|
|
|
Arch system packages are recategorized and alphabetized, the script
portion of the file is updated to make it simpler to port to other
platforms of interest, and the file is renamed to something more
generic.
The end result of all this package shuffling is the following:
package action explanation
-----------------------------------------------------------------------
alsa-plugins removed Noreq*, Little used by me
mesa removed Noreq*, OOS** for base system
vi removed No longer required for visudo
xcb-util removed Noreq*
xorg-xrandr now implicit Implied by lxrandr
gnu-netcat replaced with netcat (should result in same pkg)
file added Prev given by base, now explicit
p7zip added Add common archive tools
unzip added Add common archive tools
* Noreq = Not required for rice functionality
** OOS = Out of scope
|
|
Some settings were redundant with vim-polyglot, others unused by me.
softtabstop is added for better backspacing behavior.
|
|
|
|
|
|
|
|
Instead of .gitdir, use the usual name of .git for the installed rice
repository. Such repository is intended to have its worktree location
configured properly.
So far, the repository directory has used a non-standard name to avoid
detection, so that the user's home directory isn't normally treated as a
git repository. However, this is not completely necessary when we also
nest the gitdir 1 extra directory deep (inside $HOME/rice). Reverting
the name to .git, allows normal git commands to work properly while
inside this one directory, but the home directory as a whole is still a
sleeper repository.
(And because the core.worktree variable is configured properly, git will
realize that $HOME/rice is NOT the root of the worktree)
|
|
|
|
Script is now expected to be in the $PATH (as the Makefile installs it
there) and the new short option for fetch is used instead of --fetch.
|
|
|
|
|
|
|
|
Added dhcpcd, polkit, and vi.
|
|
'~' wasn't being expanded while running this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|