Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/camilamaia/setup

Automatically configuration of my personal setup: Terminal, IDEs, automations...
https://github.com/camilamaia/setup

alfred alfred-workflow apple-sho applescript iterm2 macos oh-my-zsh setup-macos setup-script setuptools vscode

Last synced: 1 day ago
JSON representation

Automatically configuration of my personal setup: Terminal, IDEs, automations...

Awesome Lists containing this project

README

        

# Setup

## Install

```bash
$ git clone [email protected]:camilamaia/setup.git
$ cd setup
$ ./install.sh
```

## Backup

It copies the local config files so you can update them here in this repo:

```bash
$ ./backup.sh
```

## Catalog

### Operational System
* MacOS
* Window Manager: [Rectangle](https://rectangleapp.com/)

### Terminal
* [iTerm2](https://www.iterm2.com/): [Config File](com.googlecode.iterm2.plist)
* [zsh](http://www.zsh.org/): [Config File](zshrc)
* [ohmyz](https://ohmyz.sh/)
* [zsh-z](https://github.com/agkozak/zsh-z)
* [fzf](https://github.com/junegunn/fzf)
* [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
* [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
* [kubectl](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/kubectl)
* [iterm-tab-color-oh-my-zsh](https://github.com/bernardop/iterm-tab-color-oh-my-zsh)
* [the_silver_searcher](https://github.com/ggreer/the_silver_searcher)
* [hub](https://github.com/github/hub)
* [tldr pages](https://tldr.sh/)

### IDE

* [VS Code](https://code.visualstudio.com/)
* [Command Line Interface (CLI)](https://code.visualstudio.com/docs/editor/command-line)
* [User Settings](vs-code-user-settings.json)
* [Extensions](vs-code-extensions.sh)
* Theme: [Bluloco Light](https://marketplace.visualstudio.com/items?itemName=uloco.theme-bluloco-light)

### Automations

#### AppleScripts

I manually add the scripts to [Apple Shortcuts](https://support.apple.com/en-au/guide/shortcuts-mac/welcome/mac).

- [Import Data from Chrome to Safari](AppleScripts/import-from-chrome-to-safari.scpt): It imports bookmarks and history data from Chrome to Safari. It is useful to be able to use this data inside the Spotlight.

#### Alfred App