Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mohitsinghs/dotfiles
- Owner: mohitsinghs
- License: mit
- Created: 2018-06-15T04:38:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T03:17:34.000Z (2 months ago)
- Last Synced: 2024-10-24T09:25:03.054Z (22 days ago)
- Topics: arch-linux, archlinux, bash, configuration, developer-tools, docker, dotfiles, linux, shell
- Language: Lua
- Homepage:
- Size: 358 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
```