Some home directory dot files to be installed into a new user home directory.
These are some of David Blume's dot files to be installed in new user home directories.
You can get a copy of this project by clicking on the ZIP or TAR buttons near the top right of the GitList web page.
With an account, you can clone from the origin with:
git clone ssh://USERNAME@dlma.com/~/git/dotfiles.git
If you're not cloning the repo, then run the following:
~$ mkdir dotfiles
~$ cd dotfiles
dotfiles$ curl -L http://git.dlma.com/dotfiles.git/tarball/main > dotfiles.tar
dotfiles$ tar -xvf dotfiles.tar
dotfiles$ rm dotfiles.tar
Then, when you run setup.sh
, it'll backup your changed files to backup_of_dotfiles_<date>
and replace them with the ones here. You can perform a dry run to see which files will
be changed by passing the "-n" parameter.
dotfiles$ ./setup.sh -n
If you approve of the changes, then just run setup.sh
dotfiles$ ./setup.sh
See config.dlma.com for more.
Vim will work without warnings if you install ctags
and cscope
.
sudo apt update
sudo apt install ctags cscope moreutils
If you're coming from the far future and want the latest modules, not those
pinned to a version, pip install
requirements.in instead of requirements.txt.
sudo apt install python3-pip
python3 -m pip install -r requirements.in
Yes.
This software uses the MIT license.