https://github.com/prabirshrestha/dotfiles
There is no place like ~
https://github.com/prabirshrestha/dotfiles
Last synced: 2 months ago
JSON representation
There is no place like ~
- Host: GitHub
- URL: https://github.com/prabirshrestha/dotfiles
- Owner: prabirshrestha
- License: mit
- Created: 2020-04-12T04:39:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T17:37:10.000Z (3 months ago)
- Last Synced: 2025-03-31T14:14:26.784Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 2.28 MB
- Stars: 70
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prabir does dotfiles
## dotfiles
Your dotfiles are how you personalize your system. These are mine. The very
prejudiced mix: OS X, Linux, Windows, zsh, Bash, git, homebrew, vim.
If you match up along most of those lines, you may dig my dotfiles.If you're interested in the philosophy behind why projects like these are
awesome, you might want to [read Zach Holman's post on the
subject](http://zachholman.com/2010/08/dotfiles-are-meant-to-be-forked/).## installation
### ArchLinux
```bash
paru -Sy --noconfirm dotter-rs-bin git
```### Mac
```bash
bash <(curl -s https://raw.githubusercontent.com/prabirshrestha/dotfiles/main/install)
```or
```bash
./install
```### Windows
```cmd
scoop install dotter
```## Install dotter
```bash
git clone --recurse-submodules https://github.com/prabirshrestha/dotfiles.git ~/.dotfiles
cd ~/.dotter && ./configure
```This will clone the repo and symlink the appropriate files in `.dotfiles` to your
home directory. Everything is configured and tweaked within `~/.dotter`,
though.## Thanks
Fork of [Holman's dotfiles](https://github.com/holman/dotfiles) which has been supported to work
on all 3 major OS - Mac OSX, Linux and Windows and of coure my own customizations.[Dotter](https://github.com/SuperCuber/dotter) tool to help with dotfiles automation.