KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
my-macOS
★ 11
Open GitHub ↗
macOS configuration files
Download README (.md)
Explore Similar Repositories
posthtml-prism
:
PostHTML plugin for code syntax highlighting with Prism.
baseline-algorithms
:
Baseline algorithms for coordination of chained VNFs
AndroidAnimation
:
An android library for easy and simple view animations
corona-market
:
Web game created during the coronavirus pandemic. The game's goal is to buy groceries without getting infected with the virus.
suricata-rules
:
不定期更新suricata的检测规则
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
my-macOS
?
Download (.md)
# my macOS > my personal macOS experience ## Table of contents - ### [Browsers](#browser) - [Google chrome](#google-chrome) - [Firefox](#firefox) - ### [Dev](#developer) - [Monospace fonts](#monospace-fonts) - [Terminal emulators](#terminals) - [Command line programs](#command-line-programs) - [Programming languages](#programming-languages) - [Text editors](#text-editors) - #### [Wallpapers](#walls) - #### [Graphical mac apps](#gui-apps) - #### [Configuration files](#links) ## Screenshots #### Ranger  #### bat, vim and exa  #### chrome browser  #### vscode  #### vtop, cmus and fzf  #### tmux minimal status bar  <a name="browser"></a> ## Browsers <a name="google-chrome"> - ### [Google chrome](https://www.google.com/chrome/?/brand=CHBD&gclid=Cj0KCQjw9tbzBRDVARIsAMBplx9jDdkZRRFwzqaQwucGThj3OJTJK77Jv3Er3FoSwQlpgvffj4p4XwAaAlHjEALw_wcB&gclsrc=aw.ds) - [Extensions]() <br/> | name | description | |---|---| | [Dark Reader](https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh) | Dark mode for all websites | | [tabliss](https://chrome.google.com/webstore/detail/tabliss-a-beautiful-new-t/hipekcciheckooncpjeljhnekcoolahp?hl=en) | A beautiful new tab | | [Full Page Screen Capture](https://chrome.google.com/webstore/detail/full-page-screen-capture/fdpohaocaechififmbbbbbknoalclacl) | Capture a screenshot of your current page in entirety and reliably | | [JSON Viewer Awesome](https://chrome.google.com/webstore/detail/json-viewer-awesome/iemadiahhbebdklepanmkjenfdebfpfe) | makes a better JSON viewing | | [ColorPick Eyedropper](https://chrome.google.com/webstore/detail/colorpick-eyedropper/ohcpnigalekghcmgcdcenkpelffpdolg) | a great color picker | | [Adblock Plus](https://chrome.google.com/webstore/detail/adblock-plus-free-ad-bloc/cfhdojbkjhnklbpkdaibdccddilifddb) | ad blocker | | [StyleStash](https://chrome.google.com/webstore/detail/stylestash-save-your-favo/gjalfbkbjfomgcjhnfcafjcoldbcllpl?hl=en) | Save your favorite CSS styles | | [Ratings Preview for YouTube™](https://chrome.google.com/webstore/detail/ratings-preview-for-youtu/piaphheklodiededmbmgfcfbcagncgka) | see the rating on youtube before clicking on a video | | [Visbug](https://chrome.google.com/webstore/detail/visbug/cdockenadnadldjbbgcallicgledbeoc) | Helps with the developer experience | | [Wappalyzer](https://chrome.google.com/webstore/detail/wappalyzer/gppongmhjkpfnbhagpmjfkannfbllamg) | identify web technologies | | [Window Resizer](https://chrome.google.com/webstore/detail/window-resizer/kkelicaakdanhinjdeammmilcgefonfh) | window resizer | | [WhatFont](https://chrome.google.com/webstore/detail/whatfont/jabopobgcpjmedljpbcaablpmlmfcogm) | identify fonts on a web page | - [Theme]() - [Material Incognito Dark Theme](https://chrome.google.com/webstore/detail/material-incognito-dark-t/ahifcnpnjgbadkjdhagpfjfkmlapfoel?hl=en) <a name="firefox"></a> - ### [Firefox](https://www.mozilla.org/en-US/firefox/) - [Extensions]() |name | description| |------|----| | [tabliss]() |A beautiful new tab | |[Stylus](https://addons.mozilla.org/en-US/firefox/addon/styl-us/)| Lets you add a custom css to a website | - [Theme]() - [Arc theme](https://addons.mozilla.org/fr/firefox/addon/arc-dark-theme-we/?src=search) <a name="developer"></a> ## Dev <a name="monospace-fonts"></a> ### [Monospace fonts]() - [Jetbrains mono](https://www.jetbrains.com/lp/mono/) \* [Nerdfont version](https://www.nerdfonts.com/) (for extra glyphs for tmux) - [SF mono](https://developer.apple.com/fonts/) - [Iosevka](http://be5invis.github.io/Iosevka) - [Fira Code](https://github.com/tonsky/FiraCode) - [Victor mono](https://www.nerdfonts.com/font-downloads) <a name="terminals"></a> ### Terminal emulators - [iterm2](https://www.iterm2.com/) - [alacritty](https://github.com/alacritty/alacritty) - [Shells]() - bash - [zsh](https://www.zsh.org/) - theme : [robbyrussel](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#robbyrussell) - plugins : [git]() & [zsh-autocompletion]() <a id="command-line-programs"></a> ### Command line programs | name | description | | ----------------------------------------------- | --------------------------------- | | [exa](https://github.com/ogham/exa) | a modern 'ls' alternative | | [bat](https://github.com/sharkdp/bat) | a modern 'cat' alternative | | [git](https://git-scm.com/) | version control system | | [oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) | a framework the for the zsh shell | | [fzf](https://github.com/junegunn/fzf) | fuzzy file finder | | [ranger](https://github.com/ranger/ranger) | command line file manager | | [tmux](https://github.com/tmux/tmux) | terminal multiplexer | | [mpv](https://github.com/tmux/tmux) | video player | | [vtop](https://github.com/MrRio/vtop) | activity montitor | | [VIM](https://www.vim.org/download.php) | The text editor | <a name="programing-languages"></a> ### Programing languages: - [Node (Javascript)](https://nodejs.org/en/) - [Go](https://golang.org/) - [python](https://www.python.org/) - [Dart](https://dart.dev/) [Package managers]() - [npm]() (comes with node) - [pip](https://pip.pypa.io/en/stable/installing/) <a name="text-editors"></a> ### Text editors - [VScode](https://code.visualstudio.com/) - [Extensions]() | name | description| |-------|------------| | [Advanced new file](https://marketplace.visualstudio.com/items?itemName=patbenatar.advanced-new-file)| Create files anywhere in your workspace from the keyboard | [Bracket pair colorizer](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer) | colorize matching brackets | [ESlint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) | JS linter | [File size](https://marketplace.visualstudio.com/items?itemName=zh9528.file-size)|Show the current text file size in the status bar| | [Github markdown preview](https://marketplace.visualstudio.com/items?itemName=bierner.github-markdown-preview) | Github markdown previewer | [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) | markdown linting and style checking | [Import Cost](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost) | Display import size in the editor | [Preview on Web Server](https://marketplace.visualstudio.com/items?itemName=yuichinukiyama.vscode-preview-server) | Preview a web page on a web server | [Rainbow CSV](https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv) | Display CSV in a more distinct way | [Path Autocomplete](https://marketplace.visualstudio.com/items?itemName=ionutvmi.path-autocomplete) | autocomplete filesystem paths | [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)| Code formatter | | [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) | Better comments | [Clock in status bar](https://marketplace.visualstudio.com/items?itemName=Compulim.vscode-clock) | displays a clock in the status bar | [Scope Bar](https://marketplace.visualstudio.com/items?itemName=amos402.scope-bar) | displays scope in the status bar | [Vim](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim) | Vim emulation for visual studio code ##### Language support | name | description| |-------|------------ | [PHP Intelephense](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) | PHP code intelligence for visual studio code | [PHP intellisense](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code) | advanced autocompletion and refactoring support for php | [C/C++](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) | C/C++ intellisense | [Dart](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code) | Dart language support | [Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go) | Go language support | [Language support for Java(TM) by redhat](https://marketplace.visualstudio.com/items?itemName=redhat.java) | Java linting, intelisense , formating , etc. | [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) | pyhton language support | [TROFF Syntax](https://marketplace.visualstudio.com/items?itemName=ban.troff) | TROFF Syntax highlighter ##### Frameworks support |name|description| |-----|------------------ | [ES7 React/Redux/GraphQL/React-Native snippets](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets) | React support | |[Flutter](https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter) | Flutter support | - [Themes]() - [Elegant](https://marketplace.visualstudio.com/items?itemName=ziyadsk.elegant) - [Arc+](https://marketplace.visualstudio.com/items?itemName=ph-hawkins.arc-plus) - [Mirage](https://marketplace.visualstudio.com/items?itemName=tristanremy.mirage) - [Tokyo night](https://marketplace.visualstudio.com/items?itemName=enkia.tokyo-night) - [Boxy Oceanic](https://marketplace.visualstudio.com/items?itemName=trongthanh.theme-boxythemekit) - [Icon theme]() - [VSCode Great Icons](https://marketplace.visualstudio.com/items?itemName=emmanuelbeziat.vscode-great-icons) - [Sublime Text 3](https://www.sublimetext.com/3) - [Xcode](https://developer.apple.com/xcode/) <a name="walls"></a> ### Wallpapers - [300+ on imgur](https://imgur.com/a/8we4Uxj) <a name="gui-apps"></a> ## Gui apps | name | description | | ----------------------------------------------------------------------------- | ----------------------------------------------------------- | | ntfs for mac | let you read and write external hard drive on a mac | | [appCleaner](https://freemacsoft.net/appcleaner/) | Help you unistall apps + their dependecies and hidden files | | [CheatSheet](https://mediaatelier.com/CheatSheet/) | show keyboards shortcuts for any applications | | [Clipy](https://github.com/Clipy/Clipy) | clipboard manager | | [fliqlo](https://fliqlo.com/) | a clock screensaver | | [decompressor](https://apps.apple.com/us/app/decompressor/id1033480833?mt=12) | a great compressor and decompressor app | | [Gray](https://github.com/zenangst/Gray/releases/) | Controls dark/light mode for every application . | | [insomniaX](https://download.cnet.com/InsomniaX/3000-2094_4-97713.html) | controls your mac sleep cycle | | [Irvue](https://irvue.tumblr.com/) | Wallpaper manager | | [IINA](https://iina.io/) | the best video player for macOS | | [macSvg](https://macsvg.org/) | A greate svg creation tool | | [Rectangle](https://rectangleapp.com/) | window snapping tool | | [Ticktick](https://ticktick.com/?language=en_US) | Todos and reminders | | [utorrent](https://www.utorrent.com/) | my torrent client | <a name="links"></a> ## Links to the configs files | | | | ------ | ---------------------------------------- | | iterm | [itermcolors](configs/ziyad.itermcolors) | | vscode | [vscode settings](configs/settings.json) | | zsh | [zshrc](configs/.zshrc) | | tmux | [tmux.conf](configs/.tmux.conf) | | vim | [vimrc](configs/.vimrc) |