/dotfiles

~/.dotfiles

Primary LanguageShellGNU General Public License v3.0GPL-3.0

https://github.com/elisencode/dotfiles

👣 (1: emoji.) dotfiles | Ubuntu 21.04 | zsh | Dotbot

~/.dotfiles

🔗 Learn from

I'm learning a ton about dotfiles, command line use, Homebrew, zsh, git, macOS and more with the course Dotfiles from Start to Finish-ish by @EIEIOxyz, and you can too!

🎯 TODO

  • Terminal Preferences
  • Changed Shell to ZSH
  • Dock Preferences
  • Mission Control Preference (don't rearrange spaces)
  • Finder Show Path Bar
  • Trackpad (Three Finger Drag and Tap to Click)
  • .zshrc
  • Git (config and SSH)
  • Share this repo with a billion (1,000,000,000) (One thousand million, or one milliard) trillion people

🔎 ? Homebrew

  • Record the applications you've installed and automate the process later on.
  • Start using the Brewfile.
  • Make sense when you reinstall everything on a new OS.
  • The only disadvage is that not every program is available in Homebrew.
  • So occasionally, you've have to make a note of the application and remember to install it by hand.

📜 The seven rules of a great Git commit message

Use present tense

  1. Separate subject from body with a blank line;
  2. Limit the subject ine to 50 characters;
  3. Capitalise the subject line;
  4. Do not end the subject line with a PERIOD .
  5. Use the imperative mood in the subject line;
  6. Wrap the body at 72 characters;
  7. Use the body to explain "what and why" vs. "how";

Keep in mind: this has all been said before.
Learn from Chris Beams.

Tips: Learn to love the command line. Leave the IDE behind.

man git commit

🇫🇷 Ponctuation & code typographique

ABB. = Abbreviation 2

Ex. : exemple

  • Blablabla, blabla
  • Blablabla. Blabla
  • Blablabla... blabla
  • Blablabla : blabla
  • Blablabla ! blabla
  • Blablabla ? blabla
  • Blablabla (blabla) blabla
  • Blablabla [blabla] blabla
  • Blablabla << guillemet français >> blabla. 3
  • Blablabla "guillemet anglais" blabla
  • Tiret : blablabla - blabla
  • Trait d'union : blablabla-blabla

📖

I. LA...
  A. La...
  B. La...
II. L'APPLICATION...
  A. La...
    1°) La...
      a) La...
      b) La...
    2°) La...
  B. La...

Blablabla :
- lalala ;
- blablabla ;
- hahaha ;
- yeah yeah yeah.

Learn from:
Footnotes Markdown Github
Markdown Guide Cheat Sheet

Footnotes

  1. emoji-cheat-sheet

  2. Liste d'abréviations

  3. Types de guillemets