All Projects → mrlesmithjr → dotfiles

mrlesmithjr / dotfiles

Licence: MIT License
No description or website provided.

Programming Languages

shell
77523 projects
Vim Script
2826 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dotfiles

Dotfiles
My lovely dotfiles. Chocolate and unicorns.
Stars: ✭ 199 (+1070.59%)
Mutual labels:  dotfiles
Dotfiles
🌷
Stars: ✭ 209 (+1129.41%)
Mutual labels:  dotfiles
Dotfiles
My dotfiles
Stars: ✭ 228 (+1241.18%)
Mutual labels:  dotfiles
Dot
Yet another management tool for dotfiles
Stars: ✭ 199 (+1070.59%)
Mutual labels:  dotfiles
Dot Files
⚡️ Well documented, terminal centric web developer's dot files. Neovim, Zsh, Tmux, Git, etc.
Stars: ✭ 209 (+1129.41%)
Mutual labels:  dotfiles
Vimrc Config
re-vim: sensible vim configuration
Stars: ✭ 212 (+1147.06%)
Mutual labels:  dotfiles
Sixarm zsh config
SixArm.com → Z shell → zsh configuration
Stars: ✭ 196 (+1052.94%)
Mutual labels:  dotfiles
Dots
A portable tool for managing a single set of dotfiles in an organized fashion
Stars: ✭ 251 (+1376.47%)
Mutual labels:  dotfiles
Dotfiles
My vim, zsh, tmux, and macOS dotfiles
Stars: ✭ 209 (+1129.41%)
Mutual labels:  dotfiles
Dotfiles
🐧 Simple, fast, productivity-increaser dotfiles
Stars: ✭ 213 (+1152.94%)
Mutual labels:  dotfiles
.tmux
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
Stars: ✭ 15,594 (+91629.41%)
Mutual labels:  dotfiles
Dotfiles
Ninrod's sharpened dotfiles for emacs, vim, zsh, tmux. Since '15.
Stars: ✭ 208 (+1123.53%)
Mutual labels:  dotfiles
Dotfiles
My lovely dots ~/.💖
Stars: ✭ 212 (+1147.06%)
Mutual labels:  dotfiles
Dotfiles
My shell configuration
Stars: ✭ 199 (+1070.59%)
Mutual labels:  dotfiles
Dotfiles
😈 Vim, git, zsh, tmux, and other goodies.
Stars: ✭ 240 (+1311.76%)
Mutual labels:  dotfiles
Yadm
Yet Another Dotfiles Manager
Stars: ✭ 2,982 (+17441.18%)
Mutual labels:  dotfiles
Wsl Dotfiles
My dotfiles for running an i3-based environment within the Windows Subsystem for Linux (WSL).
Stars: ✭ 211 (+1141.18%)
Mutual labels:  dotfiles
pont
pont, the dotmodule manager
Stars: ✭ 17 (+0%)
Mutual labels:  dotfiles
Dotfiles
using vim
Stars: ✭ 245 (+1341.18%)
Mutual labels:  dotfiles
Dotfiles
My dotfiles repo, here you can find all my window manager configs as well as documentation and a guide on how to make your own desktop environment.
Stars: ✭ 208 (+1123.53%)
Mutual labels:  dotfiles

Dotfiles

A collection of my .dotfiles including a setup script. This script will setup all the things.

Build Status

GitHub Actions

Dotfiles Testing

Travis CI

Build Status

Usage

Clone down to your $HOME folder

cd ~
git clone https://github.com/mrlesmithjr/dotfiles .dotfiles --recursive

Setup

The following will be setup using this method:

  • dotfiles
  • Python
  • Brew
cd ~/.dotfiles
./install

Various Setting Info

.bashrc and .bash_profile

To make these portable between Linux and MacOS we need to use both. The reason is that for MacOS the default is to use .bash_profile and ignore .bashrc whereas on Linux .bash_profile is only used for interactive logins (ssh, terminal, and etc.) and ignored from GUI based terminal sessions.

And then we can add all of our goodies to .bashrc. And in doing so, everything works as planned in all scenarios between Linux and MacOS.

.gitconfig

Make sure to reset the user and email. Or you'll be using mine.

git config --global user.name "Your_Name"
git config --global user.email "[email protected]"

.vimrc and .vim

Some personal settings to make vim more pleasing on the eyes.

Some Example Plugins/bundles and etc

Visual Studio Code Extensions

You can find some VS Code extensions exported here which you can easily import if you would like by executing the following:

cat $HOME/.dotfiles/Code/extensions.list | xargs -L1 code --install-extension

License

MIT

Author Information

Larry Smith Jr.

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