All Projects → rinx → dotfiles

rinx / dotfiles

Licence: other
dotfiles

Programming Languages

shell
77523 projects
Fennel
19 projects
Makefile
30231 projects
go
31211 projects - #10 most used programming language
clojure
4091 projects
Dockerfile
14818 projects
lua
6591 projects

Projects that are alternatives of or similar to dotfiles

dotfiles
My amazing vim, zsh and tmux config files
Stars: ✭ 25 (+92.31%)
Mutual labels:  vimrc, zshrc
dotfiles
Dotfiles of Coelacanthus
Stars: ✭ 17 (+30.77%)
Mutual labels:  vimrc, zshrc
dotfiles
/home/yous
Stars: ✭ 43 (+230.77%)
Mutual labels:  vimrc, zshrc
Dotfiles
My configurations and scripts
Stars: ✭ 82 (+530.77%)
Mutual labels:  vimrc, zshrc
Dot-It-Up
A collection of dotfile scripts, plugins, and clever hacks so that you can become the master of your own OS! 🚀
Stars: ✭ 254 (+1853.85%)
Mutual labels:  vimrc, zshrc
Dotfiles
My configuration files
Stars: ✭ 89 (+584.62%)
Mutual labels:  vimrc, zshrc
dotfiles
Setup git, vim, zsh, SublimeText, tmux etc. using one command
Stars: ✭ 107 (+723.08%)
Mutual labels:  vimrc, zshrc
Mydotfiles
All my dot configuration files.
Stars: ✭ 359 (+2661.54%)
Mutual labels:  vimrc, zshrc
dotfiles
my personal dotfiles managed by dotbot, zinit
Stars: ✭ 65 (+400%)
Mutual labels:  vimrc, zshrc
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (+169.23%)
Mutual labels:  vimrc, zshrc
Dotfiles
Hack away :)
Stars: ✭ 78 (+500%)
Mutual labels:  vimrc, zshrc
Dotfiles
Well documented awesome dotfiles 😍 Many neovim lua configs, handy zsh/bash functions, fzf functions + more
Stars: ✭ 64 (+392.31%)
Mutual labels:  vimrc, zshrc
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+7476.92%)
Mutual labels:  vimrc, zshrc
Dotfiles
⚡️ Awesome configurations for the development environments
Stars: ✭ 137 (+953.85%)
Mutual labels:  vimrc, zshrc
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+4161.54%)
Mutual labels:  vimrc, zshrc
terminal-themes
rc files for vim, tmux, iterm and zsh
Stars: ✭ 18 (+38.46%)
Mutual labels:  vimrc, zshrc
dotfiles
My dotfiles for oh-my-zsh, vim and tmux 📟
Stars: ✭ 23 (+76.92%)
Mutual labels:  vimrc, zshrc
dotfiles
📑 .dotfiles for Bash (Linux) / ZSH (Linux) / Git Bash (Windows) / Cygwin (Windows) / Bash on Ubuntu on Windows
Stars: ✭ 175 (+1246.15%)
Mutual labels:  vimrc, zshrc
dotfiles
🔯 A collection of my rc files (tmux, neovim, zsh, fish, poetry, git, ...etc) and utilities that make everyday coding fun!
Stars: ✭ 23 (+76.92%)
Mutual labels:  vimrc, zshrc
anyrc
🐚 Bring your shell environment to anywhere
Stars: ✭ 28 (+115.38%)
Mutual labels:  vimrc, zshrc

dotfiles

release DockerHub ghcr.io

Pull the latest stable image ghcr.io/rinx/devenv:stable, that is built from the latest release. (or ghcr.io/rinx/devenv:nightly = the image built from the latest main branch is also available. please see here)

Usage

Deploy

To deploy assets in the home directory, put this repository into ~/.dotfiles and run make deploy.

git clone https://github.com/rinx/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make deploy

Devcontainer

To run dev container,

docker run \
    --name devenv \
    --restart always \
    -v $HOME/local:/root/local \
    -v $HOME/works:/root/works \
    -p 16666:16666 \
    -dit ghcr.io/rinx/devenv:stable

After that, attach your Neovim frontend to 16666 port.

e.g.) Neovide

neovide --remote-tcp localhost:16666

It works like VSCode Remote Container extension.

After finished your work, stop and remove the container.

docker stop devenv
docker rm devenv
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].