Stratus3D
Everything I need to get setup on a new machine for software development.
This repository contains my Vim, tmux, Zsh, Bash, and asdf config files, a script to symlink all the config files and directories in place, and a set of setup scripts that install all the tools I need on Arch Linux or MacOS. The Gruvbox Dark colorscheme is used for Vim and the terminal emulator profiles.
I primarily write software in Erlang, Elixir, Go, and Bash and occasionally in Ruby and Lua. The plugins and config specified in this repo is for polyglot local development in these languages.
curl - For the command belowRun the setup.sh. This will install all the necessary software, setup commonly used directories, and install dotfiles. Since the setup script is idempotent it can be run on machines that have already been setup without causing issues.
curl -s https://raw.githubusercontent.com/Stratus3D/dotfiles/master/scripts/setup.sh --output setup.sh
chmod +x setup.sh
./setup.sh | tee ~/setup.log
On Debian this is all you need to do. Everything should be installed and configured correctly. On MacOS there are two remaining steps.
(MacOS only) Configure Terminal.app to use the custom profile stored in the dotfiles directory. In the Terminal preferences window under the Profiles tab click the "import" button and navigate to ~/dotfiles/terminal.app_profile/ and select the profile file.
Configurations for all the tools are need are checked into this repository. All the dotfiles are symlinked with to my home directory with the scripts/link.sh script. The link.sh script is run by the setup.sh script, which is used to install these dotfiles.
This is software that I use for my day-to-day work. All of this is installed via the setup.sh script.
MacOS Only
I primarily use devdocs.io for programming language API documentation. I want to find or build a devdocs.io CLI viewer that I can use within Vim and the shell.
Other documentation I use occasionally:
Suggestions/improvements are welcome! Please open an issue or contact me directly.
Shell
72.2%
Erlang
11.5%
Vim Script
11.1%
Elixir
2.4%
Vim Snippet
1.7%
Stratus3D
Everything I need to get setup on a new machine for software development.
This repository contains my Vim, tmux, Zsh, Bash, and asdf config files, a script to symlink all the config files and directories in place, and a set of setup scripts that install all the tools I need on Arch Linux or MacOS. The Gruvbox Dark colorscheme is used for Vim and the terminal emulator profiles.
I primarily write software in Erlang, Elixir, Go, and Bash and occasionally in Ruby and Lua. The plugins and config specified in this repo is for polyglot local development in these languages.
curl - For the command belowRun the setup.sh. This will install all the necessary software, setup commonly used directories, and install dotfiles. Since the setup script is idempotent it can be run on machines that have already been setup without causing issues.
curl -s https://raw.githubusercontent.com/Stratus3D/dotfiles/master/scripts/setup.sh --output setup.sh
chmod +x setup.sh
./setup.sh | tee ~/setup.log
On Debian this is all you need to do. Everything should be installed and configured correctly. On MacOS there are two remaining steps.
(MacOS only) Configure Terminal.app to use the custom profile stored in the dotfiles directory. In the Terminal preferences window under the Profiles tab click the "import" button and navigate to ~/dotfiles/terminal.app_profile/ and select the profile file.
Configurations for all the tools are need are checked into this repository. All the dotfiles are symlinked with to my home directory with the scripts/link.sh script. The link.sh script is run by the setup.sh script, which is used to install these dotfiles.
This is software that I use for my day-to-day work. All of this is installed via the setup.sh script.
MacOS Only
I primarily use devdocs.io for programming language API documentation. I want to find or build a devdocs.io CLI viewer that I can use within Vim and the shell.
Other documentation I use occasionally:
Suggestions/improvements are welcome! Please open an issue or contact me directly.
Shell
72.2%
Erlang
11.5%
Vim Script
11.1%
Elixir
2.4%
Vim Snippet
1.7%