Przeglądaj źródła

Upgrade to universal ctags

Andrew Swistak 8 lat temu
rodzic
commit
9edc06594c
2 zmienionych plików z 16 dodań i 6 usunięć
  1. 15 0
      asound/asoundrc-mbp-111
  2. 1 6
      bin/manage_dotfiles.sh

+ 15 - 0
asound/asoundrc-mbp-111

@@ -1,3 +1,18 @@
+pcm.hdmi_hw {
+  type hw
+  card 0
+  device 7
+}
+
+pcm.hdmi_complete {
+  type softvol
+  slave.pcm hdmi_hw
+  contorl.name hdmi_volume
+  control.card 0
+}
+
+pcm.!default hdmi_complete
+
 defaults.pcm.card 0
 defaults.pcm.device 7
 defaults.ctl.card 0

+ 1 - 6
bin/manage_dotfiles.sh

@@ -106,12 +106,7 @@ compile_ycm() {
 }
 
 compile_exctags() {
-  git clone git://github.com/jakedouglas/exuberant-ctags.git "$DIR"/exuberant-ctags
-  cd "$DIR"/exuberant-ctags
-  ./configure
-  make
-  sudo make install
-  rm -rf "$DIR"/exuberant-ctags
+  yaourt -S universal-ctags-git
 }
 
 case "$1" in