KO
|
EN
gitlite β search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
dotfiles
β 10
Open GitHub β
π Automated custom macOS config
Download README (.md)
Explore Similar Repositories
tileserver
:
A NodeJS vector tile server with a preview page. Originally a fork of mbtiles-server.
sybilbot
:
A tarot bot for telegram
alfred-change-case
:
An Alfred workflow to quickly change the clipboard text to a different case.
PHP-Design-Patterns
:
Learn & Share the use of Design Patterns
itunesr_webapp
:
WebApp in RShiny using the package itunesr for iTunes AppStore Review Extraction and Analysis
// 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
dotfiles
?
Download (.md)
# dotfiles <p align=center> <a href=""> <img alt="screenshot" src="https://user-images.githubusercontent.com/18266391/70084032-dad50180-160d-11ea-9553-766737b4d054.png"> </a> </p> <p align=center> <a href=""><img alt="OS" src="https://img.shields.io/badge/macOS-Big Sur-383838.svg"></a> <a href=""><img alt="Shell" src="https://img.shields.io/badge/Shell-zsh-blue.svg"></a> <a href=""><img alt="Terminal" src="https://img.shields.io/badge/Terminal-iTerm2-dark.svg"></a> <a href=""><img alt="Editor" src="https://img.shields.io/badge/Editor-Neovim-green.svg"></a> <a href=""><img alt="PM" src="https://img.shields.io/badge/PM-Homebrew-yellow.svg"></a> </p> > Please note that this repository is still in its early stages. The best is yet to come... ## About The urge to create this repository has been with me for quite a while, and I have finally decided to do it after I have recieved MacBook from the company I started working for. I found myself in this awkward situation where I had to manually copy my config files from my workstation at home for git and zsh, not to mention the amount of installed apps with brew, MacAppStore etc. So I quickly gathered few files in one directory, ran `git init` and pushed it to private repository. Fast forward to early 2018, after seeing so many great dotfile-repositories I have decided to do something with this one and improve it the best way I can. During the development of this repository I have been highly inspired by the following gems: - π [eivindml/dotfiles](https://github.com/eivindml/dotfiles) - π [nicknisi/dotfiles](https://github.com/nicknisi/dotfiles) ... and the [r/unixporn](https://www.reddit.com/r/unixporn/) This configuration runs on the following machines: - π₯ **5K iMac** `27'` `Late 2014` `4 GHz i7` `8 GB 1600 MHz DDR3` `R9 M295X` - π» **MacBook Air** `13'` `Early 2015` `1.6 GHz i5` `8 GB 1600 MHz DDR3` `Intel HD 1600` ## Usage #### π¨π»βπ» Automated The most convenient way of applying this configuration to your system is to simply run the attached installation script `install.sh`. ``` $ ./install.sh ``` **`[!] Caution`** This will automatically override your configuration and install all the applications listed in `/apps` directory. So for better control over what is going on I recommend the latter option. This is basically for me only for fast updating it on my systems but if you really feel like doing it, just beware of the consequences of losing your configuration. #### π·π»β Manual This is much more safer way for anyone trying to use these configs. So just manually copy either whole file or some parts of it to your own ones. For apps on the other hand, just look for what you really need and then install them using brew etc. ## Contents ``` . βββ README.md βββ install.sh βββ lib.sh βββ apps βΒ Β βββ Brewfile βΒ Β βββ Caskfile βΒ Β βββ Gemfile βΒ Β βββ Masfile βΒ Β βββ Yarnfile βΒ Β βββ apps.sh βββ assets βΒ Β βββ mimirobson.png βΒ Β βββ screenshot.png βββ defaults βΒ Β βββ directories.sh βΒ Β βββ iterm2.sh βΒ Β βββ macos.sh βΒ Β βββ photos.sh βΒ Β βββ safari.sh βΒ Β βββ shell.sh βΒ Β βββ transmission.sh βΒ Β βββ wallpaper.sh βββ symlink βββ com.googlecode.iterm2.plist βββ init.vim βββ symlink.sh ``` Obviously there is a lot to be done here. I will try to create `issue` for every major feature or task that I want to implement in the future. ## Credits - General guidance and support on ricing award goes to my buddy [vyzyv](https://github.com/vyzyv) - Repository structure and setup approach [eivindml](https://github.com/eivindml) - Some gitconfigs and macOS defaults [nicknisi](https://github.com/nicknisi) - Amazing set of macos defaults [kevinSuttle](https://github.com/kevinSuttle/macOS-Defaults) β¨ Thank you! β¨