Skip to content

Instantly share code, notes, and snippets.

View poloey's full-sized avatar

Lict class gist poloey

View GitHub Profile
first check sound is ok
screen scale to 150%
sublime font size 16
sublime brekers or dropins theme
remove unwanted database from mysql
remove folder from sublime
use dell keyboard
use different user in chrome shibu
record should be in 60fps
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Breakers</string>
<key>author</key>
<string>Sublime HQ Pty Ltd, Dmitri Voronianski</string>
<key>settings</key>
<array>
@poloey
poloey / sublime_essential_package.md
Last active March 2, 2018 18:15
sublime essential package

html

  • emmet

file and folder manipulation

  • sidebar enhancement
  • all auto complete
  • auto file name
  • advanced new file
  • origami
[
{ "keys": ["shift+tab"], "command": "expand_abbreviation_by_tab",
"context": [
{
"operand": "source.js",
"operator": "equal",
"match_all": true,
"key": "selector"
},
@poloey
poloey / sublime_setting_january_9_2017.txt
Created January 8, 2018 21:14
sublime minimal setting
{
"auto_complete_selector": "source, comment, text.plain, meta.tag, punctuation.definition.tag.begin, css",
"auto_complete_with_fields": true,
"auto_id_class": false,
"bold_folder_labels": false,
"caret_extra_width": 0,
"caret_style": "phase",
"color_inactive_tabs": true,
"color_scheme": "Packages/User/SublimeLinter/Breakers (SL).tmTheme",
"drag_text": false,
@poloey
poloey / essential_sublime_package.md
Created January 3, 2018 07:03
essential_sublime_package

some essential package for sublime text

  • SideBarEnhancements
  • Emmet
  • All Autocomplete
  • AdvancedNewFile
  • AutoFileName
  • Block cursor everywhere
  • DocBlockr
  • EditorConfig
@poloey
poloey / gnome-ubuntu.md
Last active January 2, 2019 09:12
some gnome and ubuntu essential stuff

to install gnome shell extensions

sudo apt install gnome-shell-extensions
sudo apt install gnome-tweak-tool
sudo apt install chrome-gnome-shell

esential extension

  • Dash to Dock ( it will helping to minimize app when running from favorites - option Behaviour when clicking on running application )
  • switch workspace ( in alt I can see all application )
@poloey
poloey / laravel_shared.txt
Created December 22, 2017 17:41
deploy laravel in shared hosting
1. make a <folder> as sibling of public_html
2. upload all laravel file to these <folder> except public directory
3. upload public directory contnet to public_html directory
4. now to go to `public_html` and edit index.html. autoload and app path tell all laravel file you keep inside `<folder>` which actually siblings of public_html
5. update .env configuration file
6. create a symlink for storage
~~~php
symlink('/home/topuph43alictpro/<folder>/storage/app/public', '/home/topuph43alictpro/public_html/storage/app/public');
~~~
@poloey
poloey / gutter_color_sublime.txt
Created December 19, 2017 17:18
gutter color
{
"convert_path_in_windows" : "C:\\Program Files\\ImageMagick-6.9.4-Q8\\convert",
"convert_path" : "convert",
"fix_color_schemes" : true
}
@poloey
poloey / sublimesetting.txt
Created December 19, 2017 17:17
sublime setting
{
"always_show_minimap_viewport": true,
"auto_complete_selector": "source, comment, text.plain, meta.tag, punctuation.definition.tag.begin, css",
"auto_complete_with_fields": true,
"auto_id_class": false,
"autoooooo_complete_commit_on_tab": true,
"bold_folder_labels": false,
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 2,