/Linux-Setup

A small collection of my Linux config files.

Primary LanguageShellMIT LicenseMIT

Linux-Setup

License Last Commit

Repo Size Code Size

NOTICE

I have switched to NixOS and this repo has been superseded by my NixOS config. All my dotfiles and system config now live there, except for my Neovim config, which lives here.


This is a small, simple repo to hold dotfiles for my Linux machines.

For ease of use, it contains a setup script called setup, which can symlink the dotfiles and install other software, such as the nvim package manager packer.nvim, and use this to install all the plugins defined in plugins.lua.

Since this project now uses symlinks, I recommend keeping this directory cloned and up-to-date.

In bash, you can use source .setup-completion.bash to get tab autocompletion. See ./setup --help for all the available commands.