Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmendelski/dotfiles
Dotfiles
https://github.com/pmendelski/dotfiles
bash dotfiles git tmux vim zsh
Last synced: 11 days ago
JSON representation
Dotfiles
- Host: GitHub
- URL: https://github.com/pmendelski/dotfiles
- Owner: pmendelski
- License: mit
- Created: 2015-11-13T22:45:14.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T07:45:54.000Z (7 months ago)
- Last Synced: 2024-03-29T08:44:33.072Z (7 months ago)
- Topics: bash, dotfiles, git, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 1.87 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Dotfiles
My [dotfiles](https://dotfiles.github.io/).
**Warning:** dotfiles tested on:
- [Ubuntu 22.04](http://www.ubuntu.com/)
- [macOS Ventura 13.2.1](https://www.apple.com/lae/macos/ventura/)## Installation
Run [`./init.sh`](#initialization).
Installation is interactive so don't be afraid of your local dotfiles.
All overridden files are backed up in `~/.dotfiles.bak`.```sh
cd ~
git clone [email protected]:pmendelski/dotfiles.git .dotfiles
cd .dotfiles
./install.sh
```For more options please see:
```sh
./install.sh -h
```## Initialization
Initialization script installs packages and applies OS configuration.
Run:
```
./sysinit.sh SYSTEM_NAME
```
SYSTEM_NAME can be one of: ubuntu, ubuntu-server, macos. See [_sysinit](./_sysinit) for details.