arelia / dotfiles

dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codespaces Dotfiles Template

Test This repo is a starting point for using custom dotfiles (terminal / editor configuration) with GitHub Codespaces

How to use this repo

In order to use this template,

  1. create a new repo from this template. Make it public and name it dotfiles.
  2. Edit the files that you want to customize in tmux.conf, vimrc, etc.
  3. Push your changes to your dotfiles repo
  4. Create a new codespace, and see your new dotfiles
  5. 🍾

What's in here?

Just some blank configuration files for popular Text User Interface (TUI) apps that folks may want to use for development in codespaces and a script to put them in the right place.

This supports the following tools:

  • Tmux
  • Screen
  • Vim
  • Emacs

Vim Plugins

This repo uses the wonderful Vim Plug tool to manage vim plugins. If you'd like to add plugins, simply add them between the opening and closing plug statements in the vimrc file.

My dotfiles

To do or automate

  • Install Homebrew
    • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    • (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/areliajones/.zprofile\n eval "$(/opt/homebrew/bin/brew shellenv)"
  • brew install gh
  • brew install nodenv
  • brew install rbenv ruby-build

About

dotfiles


Languages

Language:Vim Script 96.2%Language:Shell 3.8%