lemieszek / laptop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Download or clone repo & run mac script to install necessery software.

git clone https://github.com/d-szymanski/laptop.git && cd laptop

sudo ./mac

If you have problems running mac file, try adding execute rights

chmod +x mac

Copy rc files

Make sure you are in laptop direcory

cd laptop

Copy Vim config file and create directories

cp .vimrc ~/.vimrc
mkdir ~/.vim
mkdir ~/.vim/backups
mkdir ~/.vim/swaps
mkdir ~/.vim/undo

Copy Zsh config file

cp .zshrc ~/.zshrc

fzf

Install fzf keybinds

$(brew --prefix)/opt/fzf/install

Fira-code Nerd font

Monospace font I use for development. Available on private google drive.

Iterm2

Iterm 2 and settings are sync over iCloud. Those arent perfect, yet.

VS CODE

Settings are synchronized by Settings Sync extension.

Apps

Essential apps I use every day.

SSH

Generate SSH:

ssh-keygen -t ed25519 -C "your_email@example.com"

Add SSH to GitHub following this guide

Set default view as list:

Open finder, Select your hard disc (/) Command + J Check the top two check boxes (Always open in list view, browse in list view) & Date modified, date created, size, kind

Click use as defaults

run sudo find / -name ".DS_Store" -exec rm {} \;

About

License:MIT License


Languages

Language:Shell 95.4%Language:Vim Script 4.6%