Skip to content

brenopolanski/notebook-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notebook Bootstrap

My Personal SETUP

Preview:

demo

List of applications

View application list

Installation

  1. Clone this repository:

    git clone git@github.com:brenopolanski/notebook-bootstrap.git
  2. Access the directory and add the execute permission through the command below:

    sudo chmod +x install.sh
  3. Run the file:

    ./install.sh

After Install

Configure Git

  • Copy .ssh folder to computer (path: ~/.ssh/)
    • Add permission in file: chmod 400 ~/.ssh/id_rsa
    • Test the connection: ssh -T git@github.com
    • Setting your username in Git [Link]
    • Setting your email in Git [Link]

Configure Sublime Text 3

Configure OH My ZSH

  • Theme Bullet Train [Download]
  • Powerline fonts [Download]
    • Create a folder powerline on /usr/share/fonts/opentype and copy the Inconsolata for Powerline.otf in this folder

Install Java

  • How To Install Java with apt on Ubuntu 18.04 [Link]
  • How to change the default Java version on Ubuntu [Link]

Install Balsamiq Mockups 3

# 1. Install wine
sudo apt install wine-stable winetricks

# 2. Download the 'With Adobe Air bundled (for offline installation)'
#   from the baslamiq website. Currently it is Balsamiq_Mockups_3.5.17_bundled.zip
#   and install it in /opt

pushd /opt
sudo unzip ~/Downloads/Balsamiq_Mockups_3.5.17_bundled.zip
sudo ln -s Balsamiq_Mockups_3 balsamiq_3_5_17
sudo ln -s Balsamiq_Mockups_3 balsamiq
pushd /opt/balsamiq
sudo ln -s 'Balsamiq Mockups 3.exe' balsamiq.exe
popd && popd

# 3. Run balsamiq

wine /opt/balsamiq/balsamiq.exe

# 4. Create desktop file so the app may be access from K-menu
echo '[Desktop Entry]
Encoding=UTF-8
Name=Balsamiq Mockups
Icon=/opt/balsamiq/icons/mockups_ico_48.png
Exec=wine ""/opt/balsamiq/Balsamiq Mockups 3.exe""
Type=Application
Categories=Graphics;
MimeType=application/x-xdg-protocol-tg;x-scheme-handler/tg;g;' \
  | sudo tee /usr/share/applications/balsamiq.desktop

Other Applications

Sublime Packages and Snippets

Packages

Chrome application and extension

Application

Extension

Google Sheets add-on

Drivers

About

🚀 My Personal SETUP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages