Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rican7/dotfiles
My shell configuration and scripts. My "dotfiles". ... Over a decade of tuning my environments. ⌚😮🤯
https://github.com/rican7/dotfiles
bash dotfiles git linux macos windows wsl
Last synced: 24 days ago
JSON representation
My shell configuration and scripts. My "dotfiles". ... Over a decade of tuning my environments. ⌚😮🤯
- Host: GitHub
- URL: https://github.com/rican7/dotfiles
- Owner: Rican7
- Created: 2012-06-21T15:18:06.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T00:45:37.000Z (about 2 months ago)
- Last Synced: 2024-09-15T07:19:28.008Z (about 2 months ago)
- Topics: bash, dotfiles, git, linux, macos, windows, wsl
- Language: Vim Script
- Homepage:
- Size: 8.25 MB
- Stars: 20
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rican7's Dotfiles
Or as I like to call this, my "git box". :D
## Requirements
- [Git][git]
- ... duh
- [Bash][bash]
- v4+, because 2019## Getting Started
1. Clone this repo: `git clone [email protected]:Rican7/dotfiles.git ~/.git_box`
2. Run the installer: `cd ~/.git_box && make`## OS Setups
### Windows
1. Enable ["WSL"][wsl]
2. Install [Ubuntu on WSL][ubuntu-wsl]
3. See [Ubuntu setup](#ubuntu)### MacOS
1. [Stop it][wsl-is-better-than-macos-tweet].
2. See [Windows](#windows)...
1. Or, if you're stuck with a mac, follow the steps laid out in [package-lists/README.md][package-list-readme]### Ubuntu
1. Follow the steps laid out in [package-lists/README.md][package-list-readme]
[git]: https://git-scm.com/
[bash]: https://www.gnu.org/software/bash/
[wsl]: https://docs.microsoft.com/en-us/windows/wsl/install-win10
[ubuntu-wsl]: https://www.microsoft.com/store/p/ubuntu/9nblggh4msv6
[wsl-is-better-than-macos-tweet]: https://twitter.com/frankdejonge/status/1126168464236908551
[package-list-readme]: package-lists/README.md