Skip to content

dotfiles 0.2.452

Install from the command line:
Learn more about npm packages
$ npm install @sebastienrousseau/dotfiles@0.2.452
Install via package.json:
"@sebastienrousseau/dotfiles": "0.2.452"

About this version

Dotfiles

Banner representing the Dotfiles Library

Codacy Contributors Forks License Love

πŸ‘‹ Welcome to Dotfiles

Dotfiles - A set of macOS / Linux and Windows configuration files.

Simply designed to fit your shell life

Dotfiles aggregates a collection of standalone configuration files (dotfiles) combined into a shell directory that can be used to customize your development environment across numerous computers and operating systems (macOS, Windows, Linux).

The Dotfiles provides modular configuration files (aliases, functions and paths) built for speed, higher performance, with the aim of helping you have an easy and centralized way to configure your environment and applications.

divider

πŸ’Ό Documentation

To read the documentation for Dotfiles, please visit:

divider

πŸ”§ Installation

We are so delighted that you have decided to try Dotfiles, and are sure that you will find Dotfiles unique and helpful.

Dotfiles seeks to bring you high quality and easy to use standalone and modular configuration files that can be used to customize your development environment across numerous computers and operating systems (macOS, Windows, Linux).

We understand that you may want to install Dotfiles without reading long manuals and lengthy documentation. So we have tried to make the installation process as easy as possible.

πŸ“¦ Prerequisites

However, we recommend that you read the below guidelines before installing Dotfiles. A range of installation methods are available, and we recommend that you choose the one that best suits your needs.

divider

βœ”οΈ Requirements

The following requirements are needed to install Dotfiles:

  • Bash - a shell, or command language interpreter, for the GNU operating system.
  • Or Zsh - a shell designed for interactive use, although it is also a powerful scripting language.
  • Git - a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
  • Curl - a command line tool for transferring data with URL syntax.
  • Wget - a free software package for retrieving files using HTTP, HTTPS and FTP, the most widely-used Internet protocols.
  • Make - a tool which controls the generation of executables and other non-source files of a program from the program's source files.
  • Shell - a shell command line interpreter program for Unix-like operating systems.
  • PnPM - a package manager for JavaScript and Node.js. It is fast, disk space efficient and reliable.

1️⃣ Download Dotfiles

You can download the latest version (v0.2.452) with any of the following options:

  • Manual download Download the latest release and extract the archive in your home directory. This is the easiest way to install Dotfiles.
  • Install with PnPM pnpm i -g @sebastienrousseau/dotfiles.
  • Install with Npm npm install -g @sebastienrousseau/dotfiles.
  • Install with Yarn yarn global add @sebastienrousseau/dotfiles.
  • Clone the main repository to get all source files including build scripts: git clone https://github.com/sebastienrousseau/dotfiles.git. This will clone the latest version of the Dotfiles repository.

2️⃣ Back Up Your Existing Data

Before installing Dotfiles, we strongly recommend that you back up your existing data. The Dotfiles installer will try to automatically backup any previous installation of known dotfiles.

After installation, you will find the backup files in the ~/dotfiles_backup directory.

It is always a good idea to backup as there might be situations in which you could be required to restore your previous installation.

3️⃣ Try it out and let us know what you think

To install the latest version of the dotfiles, run the following command:

Using make (recommended if you have make installed)

make install

or if you want to check the options available:

make help

Using PnPM (recommended if you have PnPM installed)

pnpm install

divider

4️⃣ What's included

Dotfiles contains core elements that are used to configure your terminal, shell, and other components catered for your development environment setup.

Within the download you'll find all the Dotfiles source files grouped into the shell folder.

You'll see something like this:

.
β”œβ”€β”€ aliases
β”‚Β Β  β”œβ”€β”€ default
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”‚Β Β  └── default.aliases.sh    # Default aliases
β”‚Β Β  β”œβ”€β”€ gcloud
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”‚Β Β  └── gcloud.aliases.sh     # GCloud aliases
β”‚Β Β  β”œβ”€β”€ git
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”‚Β Β  └── git.aliases.wip       # Git aliases (WIP)
β”‚Β Β  β”œβ”€β”€ heroku
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”‚Β Β  └── heroku.aliases.sh     # Heroku aliases
β”‚Β Β  β”œβ”€β”€ jekyll
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”‚Β Β  └── jekyll.aliases.sh     # Jekyll aliases
β”‚Β Β  β”œβ”€β”€ pnpm
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”‚Β Β  └── pnpm.aliases.sh       # PnPM aliases
β”‚Β Β  β”œβ”€β”€ subversion
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”‚Β Β  └── subversion.aliases.sh # Subversion aliases
β”‚Β Β  β”œβ”€β”€ tmux
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”‚Β Β  └── tmux.aliases.sh       # Tmux aliases
β”‚Β Β  └── README.md
β”œβ”€β”€ configurations
β”‚Β Β  β”œβ”€β”€ bash
β”‚Β Β  β”‚Β Β  └── bashrc                # Bash configurations
β”‚Β Β  β”œβ”€β”€ curl
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ cacert.pem            # CA Certificates
β”‚Β Β  β”‚Β Β  └── curlrc                # Curl configurations
β”‚Β Β  β”œβ”€β”€ default
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ color.sh              # Color definitions
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ editor.sh             # Editor definitions
β”‚Β Β  β”‚Β Β  └── prompt.sh             # Prompt definitions
β”‚Β Β  β”œβ”€β”€ inputrc
β”‚Β Β  β”‚Β Β  └── inputrc               # Inputrc configurations
β”‚Β Β  β”œβ”€β”€ jshint
β”‚Β Β  β”‚Β Β  └── jshintrc              # JSHint configurations
β”‚Β Β  β”œβ”€β”€ profile
β”‚Β Β  β”‚Β Β  └── profile               # Profile configurations
β”‚Β Β  β”œβ”€β”€ tmux
β”‚Β Β  β”‚Β Β  └── tmux                  # Tmux configurations
β”‚Β Β  β”œβ”€β”€ vim
β”‚Β Β  β”‚Β Β  └── vimrc                 # Vim configurations
β”‚Β Β  β”œβ”€β”€ wget
β”‚Β Β  β”‚Β Β  └── wgetrc                # Wget configurations
β”‚Β Β  β”œβ”€β”€ zsh
β”‚Β Β  β”‚Β Β  └── zshrc                 # Zsh configurations
β”‚Β Β  └── README.md
β”œβ”€β”€ functions
β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”œβ”€β”€ cdls.sh                   # cdls function
β”‚Β Β  β”œβ”€β”€ changediskpwd.sh          # changediskpwd function
β”‚Β Β  β”œβ”€β”€ code.sh                   # code function
β”‚Β Β  β”œβ”€β”€ countdown.sh              # countdown function
β”‚Β Β  β”œβ”€β”€ curlheader.sh             # curlheader function
β”‚Β Β  β”œβ”€β”€ curltime.sh               # curltime function
β”‚Β Β  β”œβ”€β”€ encode64.sh               # encode64 function
β”‚Β Β  β”œβ”€β”€ environment.sh            # environment function
β”‚Β Β  β”œβ”€β”€ extract.sh                # extract function
β”‚Β Β  β”œβ”€β”€ filehead.sh               # filehead function
β”‚Β Β  β”œβ”€β”€ genpwd.sh                 # genpwd function
β”‚Β Β  β”œβ”€β”€ goto.sh                   # goto function
β”‚Β Β  β”œβ”€β”€ headers.sh                # headers function
β”‚Β Β  β”œβ”€β”€ hidehiddenfiles.sh        # hidehiddenfiles function
β”‚Β Β  β”œβ”€β”€ history-all.sh            # history-all function
β”‚Β Β  β”œβ”€β”€ hostinfo.sh               # hostinfo function
β”‚Β Β  β”œβ”€β”€ hstats.sh                 # hstats function
β”‚Β Β  β”œβ”€β”€ httpdebug.sh              # httpdebug function
β”‚Β Β  β”œβ”€β”€ keygen.sh                 # keygen function
β”‚Β Β  β”œβ”€β”€ last.sh                   # last function
β”‚Β Β  β”œβ”€β”€ logout.sh                 # logout function
β”‚Β Β  β”œβ”€β”€ lowercase.sh              # lowercase function
β”‚Β Β  β”œβ”€β”€ macos.sh                  # macos function
β”‚Β Β  β”œβ”€β”€ matrix.sh                 # matrix function
β”‚Β Β  β”œβ”€β”€ mcd.sh                    # mcd function
β”‚Β Β  β”œβ”€β”€ mount_read_only.sh        # mount_read_only function
β”‚Β Β  β”œβ”€β”€ myproc.sh                 # myproc function
β”‚Β Β  β”œβ”€β”€ prependpath.sh            # prependpath function
β”‚Β Β  β”œβ”€β”€ print.sh                  # print function
β”‚Β Β  β”œβ”€β”€ ql.sh                     # ql function
β”‚Β Β  β”œβ”€β”€ rd.sh                     # rd function
β”‚Β Β  β”œβ”€β”€ remove_disk.sh            # remove_disk function
β”‚Β Β  β”œβ”€β”€ ren.sh                    # ren function
β”‚Β Β  β”œβ”€β”€ rm.sh                     # rm function
β”‚Β Β  β”œβ”€β”€ rps.sh                    # rps function
β”‚Β Β  β”œβ”€β”€ showhiddenfiles.sh        # showhiddenfiles function
β”‚Β Β  β”œβ”€β”€ size.sh                   # size function
β”‚Β Β  β”œβ”€β”€ stopwatch.sh              # stopwatch function
β”‚Β Β  β”œβ”€β”€ trash.sh                  # trash function
β”‚Β Β  β”œβ”€β”€ tree.sh                   # tree function
β”‚Β Β  β”œβ”€β”€ uppercase.sh              # uppercase function
β”‚Β Β  β”œβ”€β”€ uuidgen.sh                # uuidgen function
β”‚Β Β  β”œβ”€β”€ view-source.sh            # view-source function
β”‚Β Β  β”œβ”€β”€ vscode.sh                 # vscode function
β”‚Β Β  β”œβ”€β”€ whoisport.sh              # whoisport function
β”‚Β Β  └── zipf.sh                   # zipf function
β”œβ”€β”€ paths
β”‚Β Β  β”œβ”€β”€ ant
β”‚Β Β  β”‚Β Β  └── ant.paths.sh          # Ant paths
β”‚Β Β  β”œβ”€β”€ default
β”‚Β Β  β”‚Β Β  └── default.paths.sh      # Default paths
β”‚Β Β  β”œβ”€β”€ homebrew
β”‚Β Β  β”‚Β Β  └── homebrew.paths.sh     # Homebrew paths
β”‚Β Β  β”œβ”€β”€ java
β”‚Β Β  β”‚Β Β  └── java.paths.sh         # Java paths
β”‚Β Β  β”œβ”€β”€ maven
β”‚Β Β  β”‚Β Β  └── maven.paths.sh        # Maven paths
β”‚Β Β  β”œβ”€β”€ node
β”‚Β Β  β”‚Β Β  └── node.paths.sh         # Node paths
β”‚Β Β  β”œβ”€β”€ nvm
β”‚Β Β  β”‚Β Β  └── nvm.paths.sh          # Nvm paths
β”‚Β Β  β”œβ”€β”€ pnpm
β”‚Β Β  β”‚Β Β  └── pnpm.paths.sh         # Pnpm paths
β”‚Β Β  β”œβ”€β”€ ruby
β”‚Β Β  β”‚Β Β  └── ruby.paths.sh         # Ruby paths
β”‚Β Β  └── tmux
β”‚Β Β      └── tmux.paths.sh         # Tmux paths
β”œβ”€β”€ README.md
β”œβ”€β”€ aliases.sh                    # aliases loader
β”œβ”€β”€ configurations.sh             # configurations loader
β”œβ”€β”€ exit.sh                       # exit loader
β”œβ”€β”€ functions.sh                  # functions loader
β”œβ”€β”€ history.sh                    # history loader
└── paths.sh                      # paths loader

32 directories, 95 files

πŸ”— Releases

Releases are available on the GitHub releases page.

divider

πŸš₯ Semantic versioning policy

For transparency into our release cycle and in striving to maintain backward compatibility, Dotfiles follows Semantic Versioning (SemVer) and ESLint's Semantic Versioning Policy.

divider

History

βœ… Changelog

divider

πŸ“– Code of Conduct

We are committed to preserving and fostering a diverse, welcoming community. Please read our Code of Conduct.

divider

⭐️ Our Values

  • We believe perfection must consider everything.
  • We take our passion beyond code into our daily practices.
  • We are just obsessed about creating and delivering exceptional solutions.

divider

❀️ Contributing

Thank you for using Dotfiles! If you like the library, it would be great if you can give it a star ⭐ on GitHub.

There are also many ways in which you can participate in this project, for example:

Please read carefully through our Contributing Guidelines for further details on the process for submitting pull requests to us.

divider

πŸ₯‚ License

This project is licensed under the MIT License - see the LICENSE file for details.

FOSSA Status

divider

🏒 Acknowledgements

Dotfiles is beautifully crafted by these people and a bunch of awesome contributors

Sebastien Rousseau Graham Colgate
Sebastien Rousseau Graham Colgate

Details


Assets

  • dotfiles-0.2.452.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0