https://github.com/jepemo/dotfiles
🔧 My Environment
https://github.com/jepemo/dotfiles
bash dotfiles environment ubuntu zsh
Last synced: 3 months ago
JSON representation
🔧 My Environment
- Host: GitHub
- URL: https://github.com/jepemo/dotfiles
- Owner: jepemo
- License: mit
- Created: 2018-01-16T10:45:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-16T08:05:23.000Z (12 months ago)
- Last Synced: 2025-07-17T11:14:49.815Z (12 months ago)
- Topics: bash, dotfiles, environment, ubuntu, zsh
- Language: Shell
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My MacOSX/Linux .dotfiles
## Installation
For install or update
```bash
# First Installation, download dotfiles
git clone https://github.com/jepemo/dotfiles ~/.dotfiles
# Installation is very specific.
# Now is only enabled the step of installing the dotfiles with the "rc" tool
# bash ~/.dotfiles/install.sh
```
## Adding new dotfiles
```bash
mkrc -d ~/.dotfiles FILE_PATH_NEW_DOTFILE
```
## Useful commands
```bash
# editor/neovim
v
# Edit zshrc with nvim
q
# Reload environment
qq
# Upload changes to .dotfiles repo
qqq
```
## Links and resources
- [gabebw dotfiles](https://github.com/gabebw/dotfiles)
- [Old simple version](https://github.com/gabebw/dotfiles/tree/7c5ba2fd230df4dd2432019c72c3def2b75f1d45)
- [cowboy dotfiles](https://github.com/cowboy/dotfiles)
- [Mitchell Hashimoto dotfiles](https://github.com/mitchellh/dotfiles/)
- [thoughtbot dotfiles](https://github.com/thoughtbot/dotfiles)
- [Upcase - Intro to Dotfiles](https://thoughtbot.com/upcase/videos/intro-to-dotfiles)
- [Dotly](https://github.com/CodelyTV/dotly)
- I general: [dotfiles in Github](https://dotfiles.github.io/)
- [Roguh Personal configuration files for some Linux programs](https://github.com/roguh/confs)
- [Square - Config files for vim and tmux.](https://github.com/square/maximum-awesome)
- [A bunch of vim shortcuts, colors, and bundles to make your life easier](https://github.com/cassidoo/vim-up)
- [Nix inspiration to create a new environment with Nix tools](https://davi.sh/blog/2023/12/what-i-like-about-nix/)