mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
27 lines
530 B
Markdown
27 lines
530 B
Markdown
# Server Dotfiles
|
|
|
|
A repository of my personal server configuration files.
|
|
|
|
# Requirements
|
|
|
|
[stow](http://www.gnu.org/software/stow/)
|
|
|
|
# Installation
|
|
|
|
```shell
|
|
./install.sh
|
|
```
|
|
# Packages
|
|
|
|
* [git](https://git-scm.com/)
|
|
* [mutt](http://www.mutt.org/)
|
|
* [tmux](https://tmux.github.io/)
|
|
* [vim](http://www.vim.org/)
|
|
* [zsh](https://www.zsh.org/)
|
|
|
|
# License
|
|
|
|
This theme is released under the MIT License. For more information read the [license][license].
|
|
|
|
[license]: https://github.com/alrayyes/server-dotfiles/blob/master/LICENSE.md
|