https://github.com/ymmt2005/dotfiles
Miscellaneous initialization files
https://github.com/ymmt2005/dotfiles
debian dotfiles ubuntu
Last synced: about 2 months ago
JSON representation
Miscellaneous initialization files
- Host: GitHub
- URL: https://github.com/ymmt2005/dotfiles
- Owner: ymmt2005
- License: unlicense
- Created: 2018-04-03T04:52:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T00:08:53.000Z (over 1 year ago)
- Last Synced: 2025-03-04T22:42:08.790Z (over 1 year ago)
- Topics: debian, dotfiles, ubuntu
- Language: Shell
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
========
This is my private (but not secret) dot files.
`Makefile` is included to setup them.
Make targets
------------
* `make setup`
Install debian packages.
* `make all`
Install dot files under $HOME.
Usage
-----
Run `make setup` and `make` on Debian or Ubuntu systems.
You must be able to use `sudo`.
There are some optional files you may create to write per-host configurations.
* `$HOME/.profile.local`
If exists, read from `$HOME/.profile` upon logon.
* `$HOME/.gitconfig.private`
If exists, read from `$HOME/.gitconfig`.
License
-------
[The Unlicense](http://unlicense.org/).