Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohitsinghs/dotfiles

Automated configuration for machines running Arch
https://github.com/mohitsinghs/dotfiles

arch-linux archlinux bash configuration developer-tools docker dotfiles linux shell

Last synced: 6 days ago
JSON representation

Automated configuration for machines running Arch

Awesome Lists containing this project

README

        

dotfiles



automated configurations

for machines running Arch



## Install

### Basic utilities

```bash
curl -fsSL sh.mohitsingh.in/essential | bash
```

### Config for wezterm, neovim, starship, git and fish

```bash
curl -fsSL sh.mohitsingh.in/shell | bash
```

### VSCodium settings and extensions

```bash
curl -fsSL sh.mohitsingh.in/code | bash
```

### NodeJS and Python globals

```bash
curl -fsSL sh.mohitsingh.in/globals | bash
```