adding go-lang
This commit is contained in:
@@ -34,6 +34,7 @@ set GPG_TTY /dev/ttys001
|
|||||||
# set abbveriations
|
# set abbveriations
|
||||||
if status --is-interactive
|
if status --is-interactive
|
||||||
set -g fish_user_abbreviations
|
set -g fish_user_abbreviations
|
||||||
|
abbr --add wgo 'cd ~/Documents/workspace_go/src'
|
||||||
abbr --add wtm 'cd ~/Documents/workspace_tm'
|
abbr --add wtm 'cd ~/Documents/workspace_tm'
|
||||||
abbr --add obc 'cd ~/Documents/workspace_tm/obc'
|
abbr --add obc 'cd ~/Documents/workspace_tm/obc'
|
||||||
abbr --add tix 'cd ~/Documents/workspace_tm/amadeus_api/'
|
abbr --add tix 'cd ~/Documents/workspace_tm/amadeus_api/'
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ SETUVAR _fish_abbr_obc:cd\x20\x7e/Documents/workspace_tm/obc
|
|||||||
SETUVAR _fish_abbr_pg__start:pg_ctl\x20\x2dD\x20/usr/local/var/postgresql\x409\x2e5\x20start
|
SETUVAR _fish_abbr_pg__start:pg_ctl\x20\x2dD\x20/usr/local/var/postgresql\x409\x2e5\x20start
|
||||||
SETUVAR _fish_abbr_pg__stop:pg_ctl\x20\x2dD\x20/usr/local/var/postgresql\x409\x2e5\x20stop
|
SETUVAR _fish_abbr_pg__stop:pg_ctl\x20\x2dD\x20/usr/local/var/postgresql\x409\x2e5\x20stop
|
||||||
SETUVAR _fish_abbr_tix:cd\x20\x7e/Documents/workspace_tm/amadeus_api/
|
SETUVAR _fish_abbr_tix:cd\x20\x7e/Documents/workspace_tm/amadeus_api/
|
||||||
|
SETUVAR _fish_abbr_wgo:cd\x20\x7e/Documents/workspace_go/src
|
||||||
SETUVAR _fish_abbr_wtm:cd\x20\x7e/Documents/workspace_tm
|
SETUVAR _fish_abbr_wtm:cd\x20\x7e/Documents/workspace_tm
|
||||||
SETUVAR fish_color_autosuggestion:93a1a1
|
SETUVAR fish_color_autosuggestion:93a1a1
|
||||||
SETUVAR fish_color_cancel:\x2dr
|
SETUVAR fish_color_cancel:\x2dr
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ _fish_shell="/usr/local/bin/fish"
|
|||||||
_homebrew=`which brew`
|
_homebrew=`which brew`
|
||||||
_to_install="the_silver_searcher imagemagick postgresql@9.5 pgcli rbenv redis ruby-build \
|
_to_install="the_silver_searcher imagemagick postgresql@9.5 pgcli rbenv redis ruby-build \
|
||||||
tmux unrar yasm youtube-dl elixir git git-flow vim fish emacs node yarn \
|
tmux unrar yasm youtube-dl elixir git git-flow vim fish emacs node yarn \
|
||||||
azure-cli octant openssl fzf"
|
azure-cli octant openssl fzf go"
|
||||||
|
|
||||||
# Generate symlinks for files
|
# Generate symlinks for files
|
||||||
for i in gemrc gitconfig gitignore gvimrc irbrc mongorc.js NERDTreeBookmarks rspec screenrc tmux.conf vimrc rubocop.yml spacemacs
|
for i in gemrc gitconfig gitignore gvimrc irbrc mongorc.js NERDTreeBookmarks rspec screenrc tmux.conf vimrc rubocop.yml spacemacs
|
||||||
|
|||||||
2
vimrc
2
vimrc
@@ -55,6 +55,8 @@ Plug 'vim-airline/vim-airline-themes'
|
|||||||
" Plug 'w0rp/ale'
|
" Plug 'w0rp/ale'
|
||||||
" Solalized Theme
|
" Solalized Theme
|
||||||
Plug 'altercation/vim-colors-solarized'
|
Plug 'altercation/vim-colors-solarized'
|
||||||
|
" Go language
|
||||||
|
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
|
||||||
|
|
||||||
" Initialize plugin system
|
" Initialize plugin system
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|||||||
Reference in New Issue
Block a user