Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cassidycodes/dotfiles
Most of the configs I use to set up a dev environment. 👩💻
https://github.com/cassidycodes/dotfiles
bash bashrc configuration dotfiles tmux
Last synced: 3 months ago
JSON representation
Most of the configs I use to set up a dev environment. 👩💻
- Host: GitHub
- URL: https://github.com/cassidycodes/dotfiles
- Owner: cassidycodes
- Created: 2018-02-10T13:50:33.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T15:33:37.000Z (about 1 year ago)
- Last Synced: 2023-10-18T16:37:28.798Z (about 1 year ago)
- Topics: bash, bashrc, configuration, dotfiles, tmux
- Language: Vim Script
- Homepage:
- Size: 188 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Mostly borrowed from https://github.com/mathiasbynens/dotfiles
## Usage
```
git clone [email protected]:cassidycodes/dotfiles.git
cd dotfiles
source bootstrap.sh
```This copies the dotfiles into your root directory. The `.bash_profile` also loads a file called `.extras`, which is not included in this repo. You'll want to add private configs to the `.extras` file.
```
# Git credentials
GIT_AUTHOR_NAME=""
GIT_COMMITER_NAME="$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL=""
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
GIT_CONFIG_USER_SIGNINGKEY=""git config --global user.signingkey "$GIT_CONFIG_USER_SIGNINGKEY"
git config --global user.name "$GIT_AUTHOR_NAME"
git config --global user.email "$GIT_AUTHOR_EMAIL"
```## tmux.conf
https://github.com/tony/tmux-config
## TODO
- [ ] Install brew
- [ ] Install rbenv
- [ ] Install ruby
- [ ] Install ffmpeg and gifsicle
- [ ] Pull Vim packages
- [ ] Install ag and jq, ctags, tmux-mem-cpu-load, git bash-autocompletion
- [ ] Install fira code, iterm, firefox