All Projects → lmammino → dotfiles

lmammino / dotfiles

Licence: MIT license
my dotfiles

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to dotfiles

Chezmoi
Manage your dotfiles across multiple diverse machines, securely.
Stars: ✭ 5,590 (+39828.57%)
Mutual labels:  configuration, dotfile
DotFiles
🎨 one-stop service for you to configure many Unix tools.
Stars: ✭ 29 (+107.14%)
Mutual labels:  configuration, dotfile
dotfiles
Arch and bspwm dotfiles
Stars: ✭ 21 (+50%)
Mutual labels:  configuration, dotfile
Tmux Config
📗 Example tmux configuration - screen + vim key-bindings, system stat, cpu load bar.
Stars: ✭ 1,633 (+11564.29%)
Mutual labels:  configuration, dotfile
django-app-enabler
autoconfigurator for django applications
Stars: ✭ 19 (+35.71%)
Mutual labels:  configuration
javaproperties
Python library for reading & writing Java .properties files
Stars: ✭ 20 (+42.86%)
Mutual labels:  configuration
setconf
📗 Change settings in configuration text files
Stars: ✭ 39 (+178.57%)
Mutual labels:  configuration
awesome-pro
Awesome WM 4.x themes configs
Stars: ✭ 91 (+550%)
Mutual labels:  configuration
olcut
A Java configuration, shell, and general utility toolkit
Stars: ✭ 23 (+64.29%)
Mutual labels:  configuration
jest-preset-coffeescript
🃏 Easily write your Jests in @coffeescript.
Stars: ✭ 18 (+28.57%)
Mutual labels:  configuration
toml-bombadil
A dotfile manager with templating
Stars: ✭ 127 (+807.14%)
Mutual labels:  dotfile
libconfini
Yet another INI parser
Stars: ✭ 106 (+657.14%)
Mutual labels:  configuration
zsh-launchpad
🚀 Simple, educational dotfiles template to get started with Zsh and learn about its features
Stars: ✭ 141 (+907.14%)
Mutual labels:  configuration
linux.files
Configuration Files of my System
Stars: ✭ 27 (+92.86%)
Mutual labels:  dotfile
dot-emacs
My Emacs configuration files - mirrored from GitLab
Stars: ✭ 69 (+392.86%)
Mutual labels:  configuration
ox-ssh
SSH config export for org-mode
Stars: ✭ 33 (+135.71%)
Mutual labels:  configuration
read-env
🔧 Transform environment variables into JSON object with sanitized values.
Stars: ✭ 60 (+328.57%)
Mutual labels:  configuration
proxifier-rules
Rules for proxifiers programs: Proxifier
Stars: ✭ 51 (+264.29%)
Mutual labels:  configuration
honeycomb
本项目用于验证一系列开源项目
Stars: ✭ 13 (-7.14%)
Mutual labels:  configuration
appfiguratesdk
Appfigurate provides the ability to change configuration properties in iOS and watchOS, apps and app extensions, securely, at runtime.
Stars: ✭ 21 (+50%)
Mutual labels:  configuration

dotfiles

My personal collection of dotfiles.

Install

Clone the repo locally with:

git clone https://github.com/lmammino/dotfiles.git

Shell configuration (Fish shell 🐟)

In order to enable one or more scripts you just need to source them in your ~/.config/fish/config.fish config file.

For instance:

# ~/.config/fish/config.fish

set DOTCONF $HOME/Documents/dotfiles/shell # make sure this matches where you cloned the repo

source $DOTCONF/asdf.sh
source $DOTCONF/beep.sh
source $DOTCONF/brew.sh
source $DOTCONF/clearf.sh
source $DOTCONF/deno.sh
source $DOTCONF/encryption.sh
source $DOTCONF/env.sh
source $DOTCONF/finder.sh
source $DOTCONF/fuck.sh
source $DOTCONF/git.sh
source $DOTCONF/go.sh
source $DOTCONF/localbin.sh
source $DOTCONF/ls.sh
source $DOTCONF/mp3.sh
source $DOTCONF/nim.sh
source $DOTCONF/node.sh
source $DOTCONF/python.sh
source $DOTCONF/rust.sh
source $DOTCONF/starship.sh
source $DOTCONF/vim.sh
source $DOTCONF/yarn.sh

Contributing

Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue on GitHub.

You can also submit PRs as long as you adhere with the code standards and write tests for the proposed changes.

License

Licensed under MIT License. © Luciano Mammino.

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