首页 > 代码库 > Ubuntu初始化设置

Ubuntu初始化设置

1、安装chrome

sudo apt-get install chromium-browsersudo apt-get install pepperflashplugin-nonfreesudo 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