https://github.com/altescy/dotfiles
💻 My configuration files for neovim, zsh, tmux, and so on.
https://github.com/altescy/dotfiles
anyenv clang coc-nvim dotfiles golang language-server-protocol neovim python rust starship tmux zsh
Last synced: 12 days ago
JSON representation
💻 My configuration files for neovim, zsh, tmux, and so on.
- Host: GitHub
- URL: https://github.com/altescy/dotfiles
- Owner: altescy
- License: mit
- Created: 2020-02-24T09:47:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T06:45:19.000Z (6 months ago)
- Last Synced: 2025-03-28T01:14:19.655Z (30 days ago)
- Topics: anyenv, clang, coc-nvim, dotfiles, golang, language-server-protocol, neovim, python, rust, starship, tmux, zsh
- Language: Shell
- Homepage: https://github.com/altescy/dotfiles
- Size: 249 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
========[](https://github.com/altescy/dotfiles)
[](https://github.com/altescy/dotfiles)
## Install
Install `brew` via following command.
```bash
make brew
```Install applications and set up dotfiles via:
```bash
make
```## Docker
You can use this environment on Docker.
```bash
make docker DOCKER_USERNAME=username DOCKER_PASSWORD=password
```