Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.