Browse Source

ctags configs need to be under ~/.ctags.d

master
= 6 years ago
parent
commit
1ea6d9e34a
  1. 2
      bash_scripts/tmux_start.sh
  2. 2
      dot/.bashrc
  3. 1
      dot/.ctags
  4. 2
      dot/.ctags.d/default.ctags
  5. 2
      sync.sh

2
bash_scripts/tmux_start.sh

@ -5,7 +5,7 @@ if [ -n "$TMUX_PANE" ]; then
tmux rename-window dev tmux rename-window dev
tmux splitw -h tmux splitw -h
tmux selectp -t 0 tmux selectp -t 0
tmux resizep -x 83 tmux resizep -x 77
tmux splitw -v -l 15 tmux splitw -v -l 15
tmux selectp -t 0 tmux selectp -t 0
clear clear

2
dot/.bashrc

@ -28,7 +28,7 @@ light_gray="\[\e[0;37m\]"
#HOST="\[\e[38;5;153m\]" #HOST="\[\e[38;5;153m\]"
#DIRECTORY="\[\e[38;5;214m\]" #DIRECTORY="\[\e[38;5;214m\]"
user_name=$green user_name=$green
host=$purple host=$light_cyan
directory=$yellow directory=$yellow
PS1="[$user_name\u$reset@$host\h$reset:$directory\w$reset]$" PS1="[$user_name\u$reset@$host\h$reset:$directory\w$reset]$"

1
dot/.ctags

@ -1 +0,0 @@
--python-kinds=-i

2
dot/.ctags.d/default.ctags

@ -0,0 +1,2 @@
--kinds-python=-i
--kinds-c++=+p

2
sync.sh

@ -4,7 +4,7 @@ DOT_FILES="
$HOME/.profile \ $HOME/.profile \
$HOME/.bashrc \ $HOME/.bashrc \
$HOME/.tmux.conf \ $HOME/.tmux.conf \
$HOME/.ctags \ $HOME/.ctags.d \
$HOME/.config/conky/conky.conf" $HOME/.config/conky/conky.conf"
VIM_FILES=" VIM_FILES="

Loading…
Cancel
Save