Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drapegnik/env
:wrench: Repo for storing my environment settings, dotfiles and etc.
https://github.com/drapegnik/env
aliases atom bash dotfiles dotfiles-install dotfiles-macos file-templates git jetbrains js live-templates macos oh-my-zsh osx react shell zsh
Last synced: about 2 months ago
JSON representation
:wrench: Repo for storing my environment settings, dotfiles and etc.
- Host: GitHub
- URL: https://github.com/drapegnik/env
- Owner: Drapegnik
- License: mit
- Created: 2017-03-31T13:39:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T20:19:45.000Z (about 1 year ago)
- Last Synced: 2024-10-10T18:26:12.613Z (2 months ago)
- Topics: aliases, atom, bash, dotfiles, dotfiles-install, dotfiles-macos, file-templates, git, jetbrains, js, live-templates, macos, oh-my-zsh, osx, react, shell, zsh
- Language: Shell
- Homepage: https://drapegnik.github.io/env
- Size: 70.3 KB
- Stars: 75
- Watchers: 1
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# env
Repo for storing my environment settings, dotfiles and etc. [`git.io/env`](https://git.io/env)
- [`.bash_profile`](https://github.com/Drapegnik/env/blob/master/.bash_profile) - shortcuts, bash settings
- [`.inputrc`](https://github.com/Drapegnik/env/blob/master/.inputrc) - extended bash configs
- [`.gitconfig`](https://github.com/Drapegnik/env/blob/master/.gitconfig) - git aliases, colors and user configs
- [`Brewfile`](https://github.com/Drapegnik/env/blob/master/Brewfile) - my [`brew`](https://brew.sh/) packages dump made with [`homebrew-bundle`](https://github.com/Homebrew/homebrew-bundle)
- [`atom/`](/atom) - my [`atom`](https://atom.io/) configs & packages dump made with [`sync-settings`](http://atom.io/packages/sync-settings)
- [`vscode/`](/vscode) - my [`vscode`](https://code.visualstudio.com/) configs & packages dump made with [`Settings Sync`](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync)
- [`jetbrains/`](/jetbrains) - [JetBrains IDE's](https://www.jetbrains.com/products.html) configuration
- [`.stack/`](https://github.com/Drapegnik/env/blob/master/.stack) - [`haskellstack`](https://www.haskellstack.org/) files
- [`.ghci`](https://github.com/Drapegnik/env/blob/master/.ghci) - [Glasgow Haskell Compiler](https://wiki.haskell.org/GHC/GHCi) options## commands
- `sh bin/install-brew.sh`: install [`brew`](https://brew.sh)
- `sh bin/install-oh-my-zsh.sh`: install [`oh my zsh`](https://ohmyz.sh/)
- `sh bin/sync.sh`: update [`Brewfile`](https://github.com/Drapegnik/env/blob/master/Brewfile)- `make link-dots` - create symlinks on config files
- `make install` - install packages with `brew`