Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/underyx/dotfiles
a collection of dotfiles, as may be obvious
https://github.com/underyx/dotfiles
dotfiles zsh
Last synced: 3 months ago
JSON representation
a collection of dotfiles, as may be obvious
- Host: GitHub
- URL: https://github.com/underyx/dotfiles
- Owner: underyx
- Created: 2016-03-25T14:30:48.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T09:31:59.000Z (about 1 year ago)
- Last Synced: 2024-04-16T18:56:38.744Z (9 months ago)
- Topics: dotfiles, zsh
- Language: Vim Script
- Homepage:
- Size: 171 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# dotfiles [![build status][build status badge]][build status]
Got only 5 seconds to spend on this? Try my dotfiles out with
`docker run -ti ghcr.io/underyx/dotfiles`!## Installation
1. Install `git`, `zsh`, `python`, and the `en_US.UTF-8` locale
1. Run `git clone https://github.com/underyx/dotfiles && dotfiles/install`Whee! :tada:
## macOS notes
I normally install these things:
```
brew tap homebrew/cask-fonts
brew tap homebrew/cask-versions
brew install \
coreutils \
delta \
findutils \
git \
gnupg \
go \
htop \
jq \
rust \
svn \
wget \
1password \
aws-vpn-client \
homebrew/cask/dash \
datagrip \
homebrew/cask/docker \
figma \
homebrew/cask/flux \
google-chrome \
google-chrome-canary \
google-drive \
imageoptim \
iterm2 \
karabiner-elements \
linear-linear \
mackup \
ngrok \
postman \
raycast \
rectangle \
semgrep \
slack \
spotify \
tailscale \
visual-studio-codebrew install \
font-cozette \
font-fira-code-for-powerline \
font-roboto-mono-for-powerline \
font-source-code-pro-for-powerlineversioned_tools=(kubectl kubectx terraform nodejs python)
for tool in $versioned_tools; do
asdf plugin add $tool; asdf install $tool latest; asdf global $tool latest
doneasdf exec python -m pip install pipx
python_tools=(black docker-compose git-delete-merged-branches httpie mypy pipenv poetry tox)
for tool in $python_tools; do
pipx install $tool
done
pipx install jupyter --include-deps
```[build status badge]: https://gitlab.com/underyx/dotfiles/badges/master/build.svg
[build status]: https://gitlab.com/underyx/dotfiles/commits/master