首页 > 其他 > 详细

Ubuntu初始化设置

时间:2014-06-18 13:18:21      阅读:412      评论:0      收藏:0      [点我收藏+]

1、安装chrome

sudo apt-get install chromium-browser
sudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree --install

 

2、Ubuntu设置默认Terminal为Terminator

  安装方法:

  • 1、首先,安装Terminator: sudo apt-get install terminator
  • 2、其次,安装dconf-tools : sudo apt-get install dconf-tools
  • 3、最后,使用这两个命令:
  • 4、gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
  • 5、gsettings set org.gnome.desktop.default-applications.terminal exec-arg "-x"
[global_config]
  enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
  title_transmit_bg_color = "#ffe891"
  title_transmit_fg_color = "#000000"
[keybindings]
  go_up = <Alt>k
  switch_to_tab_10 = <Alt>0
  switch_to_tab_4 = <Alt>4
  switch_to_tab_6 = <Alt>6
  switch_to_tab_7 = <Alt>7
  go_down = <Alt>j
  switch_to_tab_5 = <Alt>5
  switch_to_tab_2 = <Alt>2
  go_right = <Alt>l
  switch_to_tab_1 = <Alt>1
  go_left = <Alt>h
  switch_to_tab_9 = <Alt>9
  switch_to_tab_8 = <Alt>8
  switch_to_tab_3 = <Alt>3
[profiles]
  [[default]]
    use_system_font = False
    background_darkness = 0.48
    scrollback_lines = 5000
    foreground_color = "#000000"
    font = Ubuntu Mono 11
    background_color = "#ffffdd"
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
    [[[window0]]]
      type = Window
      parent = ""
[plugins]

  

https://raw.githubusercontent.com/zavakid/terminator-config/master/config

 

Ubuntu初始化设置,布布扣,bubuko.com

Ubuntu初始化设置

原文:http://www.cnblogs.com/gsblog/p/3791940.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!