Skip to main content

Install New Theme In Sublime Text 3



Sublime မွာ ကုိယ္ၾကိဳက္တဲ့ theme ေတြလဲသြင္းျပီးေတာ့ သံုးလုိ့ရပါတယ္။
ကြ်န္ေတာ္ေတာ့ အခု Phoenix Dark ဆိုတဲ့ theme ကုိ သြင္းဖုိ့ေျပာျပပါမယ္။
ပထမဆံုး Ctrl+Shift+p နဲ့ package control ကုိ ဖြင့္ျပီးေတာ့ Install Package ဆိုပီးရိုက္ထည့္လုိက္ပါ။
ျပီးေတာ့ အဲဒီထဲမွာ Theme - Phoenix  ဆုိျပီးရွာျပီး Enter ေခါက္လုိက္ပါ။ ေအာက္က foot bar မွာ status ၾကည့္လုိ့ရပါတယ္ခင္ဗ်ာ။

သြင္းျပီးရင္ေတာ့ ဒီလင့္မွာ (Direct Links) theme folder ကုိ ေဒါင္းလုပ္သြားဆြဲပါ။


ေဒါင္းျပီးရင္ေတာ့ Sublime text menu က Preferences ထဲက Browse Packages ကုိေရြးျပီးဖြင့္လုိက္ပါ။

ပြင့္လာတဲ့ ဖိုဒါထဲကုိ Download ဆြဲထားတဲ့ ဖုိင္ကုိ ျဖည္ထည့္ပါ။

ဒါျပီးေတာ့ activate လုပ္ဖုိ့ပဲက်န္ပါျပီ။ activate လုပ္ဖို ့အတြက္ menu ထဲက Preferences ထဲကပဲ 

Setting-User ကုိ ေရြးလုိက္ပါ။ ဖုိင္တခုဖြင့္လာပါလိမ့္မယ္။
အဲဒီဖုိင္ထဲကုိ ေအာက္ကစာေတြကူးထည့္လုိက္ပါ။


{
    "theme": "Phoenix Dark.sublime-theme",
    "phoenix_color_red": true,
    "phoenix_highlight_current_tab": true,
    "phoenix_eighties": true,
    "phoenix_solid_current_tab": true,
    "phoenix_dirty_bottom_bar": true,
    "phoenix_dirty_bottom_bar_red": true,
    "phoenix_sidebar_tree_large": true,
    "phoenix_color_expanded_folder": true,
    "phoenix_tabs_font_small": true,
    "phoenix_tabs_auto_width": true,
    "font_face": "Ubuntu",
    "font_size": 13,
    "spell_check": false,
    "highlight_line": true,
    "caret_style": "blink",
    "default_encoding": "UTF-8",
    "tree_animation_enabled": true,
}

အဲဒါထည့္ျပီးသိမ္းလုိက္ရင္ အလုိုလိုေျပာင္းသြားပါလိမ့္မယ္။ကုိၾကိဳက္သလို setting ကုိ လုပ္လုိ ့ရပါတယ္ဗ်ာ။

note : ubuntu မွာ packages ထဲမွာ ျဖည္ထည့္ထားတဲ့ဖုိင္က permission ညိတတ္ပါတယ္
အဲဒီအတြက္ terminal ဖြင့္ျပီးေတာ့ 

cd .config ရိုက္ျပီး .config ထဲဝင္လုိက္ပါ။
ျပီးရင္ေတာ့ေအာက္က command ထပ္ရိုက္လုိက္ရင္ဆင္ေျပပါတယ္
 sudo chmod -R a+rx sublime-text-3/Packages


theme url : ( https://github.com/netatoo/phoenix-theme )

Comments

Popular posts from this blog

Learning English Through Laughter : 3

Mr.Green went to Germany, because he had some work there.He came back last Monday, and his young wife met him at the airport. They walked to their car and passed a tall, pretty air-hostess. Mr. Green said to her , ' Goodbye, Miss Harris, ' and the air-hostess smiled and said, 'Good bye' too. Mrs. Green stopped and looked at the air-hostess .Then she said to her husband, 'How did you know her name?' 'That was easy,'answered Mr.Green. 'The names of the captain and all the screw were on a piece of paper in front of our seates.' 'What was the name of the captain?' Mrs. Green asked with a smile. Mr.Green launged and answered ,'I don't remember any of the other names.' 4/\/\@

Install Laravel installer in ubuntu

Terminal ဖြင့္ပီးေတာ့ ေအာက္က ကြန္မန္းထည့္ run ရပါတယ္။ composer global require "laravel/installer" ျပီးရင္ terminal ထဲမွာ laravel ဆိုပီး ရိုက္ၾကည့္ပါ။ေအာက္ကအတုိင္းေပၚရင္ေတာ့ အလုပ္လုပ္ပါျပီ။ တကယ္လုိ ့ laravel: command not found ဆိုပီးျပေနရင္ေတာ့ ေအာက္က Command ထပ္ရိုက္ထည့္ျပီး ျပန္စမ္းၾကည့္ပါ။ ဒါဆိုဆင္ေျပသြားမွာပါ။ export PATH="~/.composer/vendor/bin:$PATH"

Install node.js in ubuntu

ပ ထမဆံုး http://nodejs.org/ မွာ သြင္းမယ့္ ဖိုင္ကုိအရင္ေဒါင္းလိုက္ပါ။ ျပီးရင္  dependencie လိုအပ္တာေတြကုိ ေ အာက္က  ကြန္မန္းနဲ့ ႏွစ္ခုသြင္းပါ။ sudo apt-get install g++ curl libssl-dev apache2-utils sudo apt-get install git-core ျပီးရင္ေတာ့ ေအာက္က ကြန္မန္းနဲ့တဆင့္ျခင္းသြင္းရင္ ဆင္ေျပပါျပီ။ cd node { download ဆြဲထားတဲ့ဖိုင္ကုိ ျဖည္ျပီးေတာ့ အဲဒီဖိုင္ထဲဝင္ } ./configure make sudo make install ရမရစမ္းဖုိ့အတြက္က ေအာက္က tut ေလးစမ္းျပီးသိႏုိင္ပါတယ္။ ေအာက္က ကုတ္ေတြကုိ test.js ဆိုျပီးတခုခုေပးပီး တေနရာရာသိမ္းလုိက္ပါ။ var http = require ( 'http' ); http . createServer ( function ( req , res ) {   res . writeHead ( 200 , { 'Content-Type' : 'text/plain' });   res . end ( 'Hello Node.js\n' ); }). listen ( 8124 , "127.0.0.1" ); console . log ( 'Server running at http://127.0.0.1:8124/' ); သိမ္းျပီးရင္ Terminal ထဲကေန node test.js ဆိုျပီးေခၚရင္   Server running at http://127.0.0.1:8124/ ဆိုျပီးေပၚေ...