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: about 2 months ago
JSON representation
Automated configuration for machines running Arch
- Host: GitHub
- URL: https://github.com/mohitsinghs/dotfiles
- Owner: mohitsinghs
- License: mit
- Created: 2018-06-15T04:38:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T01:43:20.000Z (about 2 months ago)
- Last Synced: 2025-05-08T21:14:21.148Z (about 2 months ago)
- Topics: arch-linux, archlinux, bash, configuration, developer-tools, docker, dotfiles, linux, shell
- Language: Lua
- Homepage:
- Size: 379 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```