All Projects → rmm5t → Dotfiles

rmm5t / Dotfiles

●📄 Ryan McGeary's configuration shiznit that makes him productive

Programming Languages

bash
514 projects

Projects that are alternatives of or similar to Dotfiles

Dotfiles
👾 ~/
Stars: ✭ 91 (-67.27%)
Mutual labels:  tmux, dotfiles, emacs
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (-59.71%)
Mutual labels:  tmux, dotfiles, emacs
Dotfiles
Ninrod's sharpened dotfiles for emacs, vim, zsh, tmux. Since '15.
Stars: ✭ 208 (-25.18%)
Mutual labels:  tmux, dotfiles, emacs
Dotfiles
My config files
Stars: ✭ 276 (-0.72%)
Mutual labels:  tmux, dotfiles
dotfiles
tmux.conf,vimrc,zshrc ....
Stars: ✭ 53 (-80.94%)
Mutual labels:  dotfiles, tmux
dotfiles
💻 My personal dotfiles for macOS using Kitty, Fish, Neovim, Tmux 🛠
Stars: ✭ 54 (-80.58%)
Mutual labels:  dotfiles, tmux
dotfiles
🏡 .files, including zsh, tmux, vim, and git. Also macOS setup. Good stuff.
Stars: ✭ 30 (-89.21%)
Mutual labels:  dotfiles, tmux
tmuxp-config
Configs for tmuxp (https://github.com/tony/tmuxp)
Stars: ✭ 24 (-91.37%)
Mutual labels:  dotfiles, tmux
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (-93.88%)
Mutual labels:  dotfiles, tmux
Dotfiles
⚙ Dotfiles for Linux &macOS
Stars: ✭ 275 (-1.08%)
Mutual labels:  tmux, dotfiles
.dotfiles
There's no place like ~ !
Stars: ✭ 265 (-4.68%)
Mutual labels:  tmux, dotfiles
dotfiles
🐟 sheriferson's dot, config, and setup files
Stars: ✭ 13 (-95.32%)
Mutual labels:  dotfiles, tmux
dotfiles
Your dotfiles are how you personalize your system. These are mine.
Stars: ✭ 12 (-95.68%)
Mutual labels:  dotfiles, tmux
dotfiles
Dotfiles for my current dev environment.
Stars: ✭ 14 (-94.96%)
Mutual labels:  dotfiles, tmux
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (-91.73%)
Mutual labels:  dotfiles, tmux
config-public
Linux/WSL config to optimize ergonomics, security, and productivity: vim/neovim, zsh, tmux, i3, emacs, vscode, ipython, jupyter, ranger, fzf, kitty, xkb, selfquant, firejail, systemd, etc
Stars: ✭ 14 (-94.96%)
Mutual labels:  dotfiles, tmux
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (-86.69%)
Mutual labels:  dotfiles, tmux
dotfiles
My dotfiles
Stars: ✭ 16 (-94.24%)
Mutual labels:  dotfiles, tmux
Dotfiles
dotfiles for vim, git, zsh, cwm, xinit, and many others. Install with: lndir -silent /path/to/dotfiles $HOME
Stars: ✭ 263 (-5.4%)
Mutual labels:  tmux, dotfiles
dot
No description or website provided.
Stars: ✭ 40 (-85.61%)
Mutual labels:  dotfiles, tmux

Getting Started

Clone this (or a forked version of this) repository.

$ cd ~
$ git clone https://github.com/rmm5t/dotfiles.git .dotfiles

(Option 1) If you'd like to symlink everything from this repository to your home directory, run install.rb. This will also sync and update all the git submodules within.

$ cd ~/.dotfiles
$ ./install.rb

This install script is idempotent, meaning you can run it over and over again without fear of breaking anything. Use it as an installer or to upgrade after merging from an upstream fork.

(Option 2) If you'd like to just symlink one or more configurations to your home directory manually, you can. If you take this approach, you'll have to update all the git submodules manually.

$ cd ~/.dotfiles
$ git submodule sync
$ git submodule update --init --recursive
$ ln -ns emacs   ~/.emacs
$ ln -ns emacs.d ~/.emacs.d

(Option 3) Just look around and pick and choose what you like for your own dotfiles.

Notes

If you'd like to use git and github, be sure to add your own ~/.gitconfig_local file:

[user]
  email = [email protected]
  name = Your Name
[github]
  user = your-github-username

Requirements

  • *nix environment (e.g. Mac OS X or Linux)
  • Bash version >= 3 (for command line enhancements)
  • Emacs version >= 24 (for emacs config and setup)
  • Ruby (for the install.rb to work)

License

MIT License

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].