All Projects β†’ rafi β†’ etc-skel

rafi / etc-skel

Licence: other
/etc/skel with super cool confs for tmux, psql, inputrc, git, bash, dircolors, and more.

Programming Languages

Vim Script
2826 projects
shell
77523 projects

Projects that are alternatives of or similar to etc-skel

Dotfiles
Passionately crafted configs for CLI lovers 🐧❀️
Stars: ✭ 70 (+218.18%)
Mutual labels:  tmux, ranger
configuration
Config files
Stars: ✭ 12 (-45.45%)
Mutual labels:  tmux, ranger
dotfiles
cross-platform (linux (arch), macos, android (termux), windows (WSL)) dotfiles and scripts, using yadm
Stars: ✭ 17 (-22.73%)
Mutual labels:  tmux, ranger
dotfiles
πŸ€ Vim/Neovim + Tmux + Zsh + Alacritty = Build your own fantastic development environment
Stars: ✭ 65 (+195.45%)
Mutual labels:  tmux, ranger
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 (-36.36%)
Mutual labels:  tmux, ranger
dotfiles
Personal dotfiles with configurations for sway, vim, zsh, etc.
Stars: ✭ 20 (-9.09%)
Mutual labels:  tmux
dotfiles
πŸ’»dotfiles for: tmux, neovim, git, zsh, osx
Stars: ✭ 49 (+122.73%)
Mutual labels:  tmux
dotfiles
This is the home for my environment configurations, scripts, and exported tool settings. Major clean up and revamp in June 2021. Uses stow for package management.
Stars: ✭ 57 (+159.09%)
Mutual labels:  tmux
create-siler-app
🧱 Set up a modern Siler app by running one command.
Stars: ✭ 15 (-31.82%)
Mutual labels:  skeleton
tmux-menus
Tmux plugin, Popup menus to help with managing your environment
Stars: ✭ 124 (+463.64%)
Mutual labels:  tmux
tummy
Use a Tmuxfile with your tmux configuration to easily manage sessions
Stars: ✭ 54 (+145.45%)
Mutual labels:  tmux
tmuxinator-fzf-start
Uses fzf to provide a selection list for starting tmuxinator projects
Stars: ✭ 31 (+40.91%)
Mutual labels:  tmux
webapp-skeleton
🎁 Web application project skeleton based on Nette Framework (@nette), Doctrine (@nettrine) and Contributte (@contributte) libraries by @f3l1x.
Stars: ✭ 82 (+272.73%)
Mutual labels:  skeleton
dotstow
dotfiles managed with stow
Stars: ✭ 60 (+172.73%)
Mutual labels:  tmux
nvim configration
Neovim diy develop enviroment.This project integrates neovim tmux zsh and some very useful plugs of them including YouCompleteMe FZF auto pairs nerdtree ncm2 and so on.
Stars: ✭ 22 (+0%)
Mutual labels:  tmux
dotfiles
πŸ”§ My dotfiles on ο£Ώ macOS for Neovim, Zsh, kitty, lf, etc
Stars: ✭ 90 (+309.09%)
Mutual labels:  ranger
dotfiles
Poom's Neovim, Tmux, Fish and other configurations for macOS & Linux. Literally my entire world.
Stars: ✭ 36 (+63.64%)
Mutual labels:  tmux
dotfiles
πŸ’Ύ personal configuration files
Stars: ✭ 42 (+90.91%)
Mutual labels:  tmux
dotfiles
My OSX / Linux tools and configurations
Stars: ✭ 35 (+59.09%)
Mutual labels:  tmux
cfg
my dotfiles
Stars: ✭ 26 (+18.18%)
Mutual labels:  tmux

Rafael Bodill's /etc/skel

Minimal configuration for remote servers.

Supported programs:

  • ag - common ignore patterns
  • bash, npm, gem - aliases, exports, completion, colors, inputrc, install paths
  • git - aliases, advanced settings, common ignore patterns
  • mysql, psql - aliases, nicer prompt, comfort settings
  • ranger - mostly default configuration
  • tmux - advanced setup
  • vim/neovim - advanced setup

Origins

These configurations were extracted from rafi/.config and rafi/vim-config. Visit these repositories for the original full configuration.

Install

You will need to extract contents of repository into your ~/ directory, and/or the /etc/skel directory which contains files and directories that are automatically copied over to a new user's home directory when such user is created by the useradd program.

Local Install

⚠️ This will overwrite existing files.

Follow these instructions if you want to install on a local machine.

Specific user:

cd ~
curl -L https://github.com/rafi/etc-skel/archive/master.tar.gz \
  | tar xzv --strip-components=1 --exclude README.md

Copy to /etc/skel:

curl -L https://github.com/rafi/etc-skel/archive/master.tar.gz \
  | tar xzv -C /etc/skel --strip-components=1 --exclude README.md

Remote Install

⚠️ This will overwrite existing files.

Follow these instructions if you want to install onto a remote server:

git clone git://github.com/rafi/etc-skel.git
cd etc-skel
rsync -cavh --exclude=.git . user@server:./
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].