Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelee/dotfiles
My personal dotfiles for Linux and MacOs
https://github.com/joelee/dotfiles
Last synced: about 2 months ago
JSON representation
My personal dotfiles for Linux and MacOs
- Host: GitHub
- URL: https://github.com/joelee/dotfiles
- Owner: joelee
- License: agpl-3.0
- Created: 2023-11-10T11:04:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-22T00:48:55.000Z (8 months ago)
- Last Synced: 2024-05-22T19:00:32.625Z (8 months ago)
- Language: Shell
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
My personal dotfiles for Linux and MacOs## Install Dotfiles
```bash
cd $HOME
git clone https://github.com/joelee/Dotfiles.gitcd Dotfiles
export DOTFILES_HOME="$(pwd)"cp .env.sample .env
# Edit the .env file
vim .env```
### Arch Linux based distributions
```bash
install/arch/configure.sh
```### Mac OS
**Prerequisite:** [Homebrew](https://brew.sh/)
```bash
install/macos/configure.sh
```