Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomatau/dotfiles
dotfiles for Ubuntu and OSX
https://github.com/tomatau/dotfiles
Last synced: 26 days ago
JSON representation
dotfiles for Ubuntu and OSX
- Host: GitHub
- URL: https://github.com/tomatau/dotfiles
- Owner: tomatau
- Created: 2014-08-25T22:26:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T21:28:37.000Z (7 months ago)
- Last Synced: 2024-04-14T22:20:41.058Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 1.6 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Usage:
```bash
git clone [email protected]:tomatau/dotfiles.git
bash ./dotfiles/bin/dotfiles.sh
```This will:
- copy the files from `/dotfiles/bin` to `~/.bin` (except those with a `dotfiles_` prefix)
- run all the scripts in the `/init/` folder
- installs `brew`, `fnm`, `pyenv`, etc...
- copies all the files from `/dotfiles/` to `~`
- `.bash_profile`, `.bashrc`, `.zshrc`, `.config`, `.gitconfig`, etc..
- the `/dotfiles/.shell` folder contains other shell scripts all sourced inside `.bashrc`
- also contains a bunch of config files for:
- VSCode
- Sublime Text
- Vim
- Nushell
- Fish
- Karabinder mappings## Notes
- My Github username and email are in the .gitconfig.
## Thanks to
I took a bunch of bash from these repos as I'm terrible at it...
- https://github.com/cowboy/dotfiles
- https://github.com/mathiasbynens/dotfiles