All Projects → Stratus3D → Dotfiles

Stratus3D / Dotfiles

Licence: mit
My dotfiles

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Dotfiles

Dotfiles
Dotfiles
Stars: ✭ 117 (-7.87%)
Mutual labels:  zsh, tmux, dotfiles
Mac Bootstrap
💻 Provision a new Mac for web development with dotfiles + Fish/Zsh, Neovim, and Tmux
Stars: ✭ 96 (-24.41%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
🔘 neovim, zsh, tmux, iTerm2, macOS dotfiles
Stars: ✭ 7 (-94.49%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
💀 dotfiles! managed by GNU stow
Stars: ✭ 85 (-33.07%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My dotfiles, managed with GNU stow
Stars: ✭ 56 (-55.91%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My dotfiles 💻 🔨
Stars: ✭ 25 (-80.31%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
Alacritty + Tmux + Oh My Zsh + Neovim = ❤️
Stars: ✭ 95 (-25.2%)
Mutual labels:  zsh, tmux, dotfiles
Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (+385.83%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-62.99%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+675.59%)
Mutual labels:  zsh, tmux, dotfiles
Takumi
Takumi, clean and elegant dotfiles
Stars: ✭ 22 (-82.68%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
🐧 Configuration files
Stars: ✭ 81 (-36.22%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My dotfiles.
Stars: ✭ 5 (-96.06%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
🤘 My collection of dotfiles for tmux, vim and zsh
Stars: ✭ 94 (-25.98%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
A repository that gathered files starting with dot
Stars: ✭ 701 (+451.97%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
`~/dotfiles` to setup my dev env on macOS based around `neovim` and `tmux`
Stars: ✭ 20 (-84.25%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+336.22%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
Dotfiles for unix, managed by GNU stow.
Stars: ✭ 617 (+385.83%)
Mutual labels:  zsh, tmux, dotfiles
Dotconfig
Development environment setup
Stars: ✭ 27 (-78.74%)
Mutual labels:  zsh, tmux, dotfiles
Dotfiles
My Neovim + Tmux + Zsh dev setup
Stars: ✭ 60 (-52.76%)
Mutual labels:  zsh, tmux, dotfiles

My Dotfiles

Stratus3D

Everything I need to get setup on a new machine.

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 Ubuntu or OSX. The Solarized Color Scheme (http://ethanschoonover.com/solarized) is used for Vim and the terminal emulator profiles.

Features

  • Vim, tmux, Zsh, Bash, asdf, and Git configurations, as well as configurations for all other tools I use
  • Setup script that symlinks dotfiles and installs all the software I use
  • A collection of Bash scripts I rely on for software development
  • Profiles for the terminal emulators I use
  • List of commands I often forget

Installation

Prerequisites

  • curl - For the command below

Installation Steps

  1. Run 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 | bash 2>&1 | tee ~/setup.log
    

    On Debian this is all you need to do. Everything should be installed and configured correctly. On OSX there are two remaining steps.

  2. (OSX 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.

Configuration

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/makesymlinks.sh script. The makesymlink.sh script is run by the setup.sh script, which is used to install these dotfiles.

Software

This is software that I need for my day-to-day programming work. I try to keep this list updated with the latest software I am using. This allows me to quickly setup new development machines.

Tools

OSX Only

Browsers

  • Firefox
  • Chromium

Languages

Use asdf for version management (https://github.com/asdf-vm/asdf) for each language.

  • Erlang
  • Elixir
  • Ruby
  • Python
  • Lua
  • Javascript (NodeJS)

Frameworks

Documentation

Offline documentation suitable for day to day use.

Repositories that I referred to when creating these dotfiles

TODO

Feedback

Suggestions/improvements are welcome! Please open an issue or contact me directly.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].