An open API service indexing awesome lists of open source software.

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

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/)