Some config stuff
This commit is contained in:
parent
b194a58268
commit
6b954f4373
5 changed files with 15 additions and 2 deletions
3
defaults/default-gems
Normal file
3
defaults/default-gems
Normal file
|
@ -0,0 +1,3 @@
|
|||
bundler
|
||||
solargraph
|
||||
nokogiri
|
|
@ -19,7 +19,14 @@
|
|||
args:
|
||||
creates: ~/.asdf/plugins/ruby
|
||||
|
||||
- name: asdf - ruby
|
||||
- name: setup default gems
|
||||
file:
|
||||
src: ~/.dotfiles/defaults/default-gems
|
||||
dest: ~/.default-gems
|
||||
state: link
|
||||
force: yes
|
||||
|
||||
- name: asdf - nodejs
|
||||
shell: ~/.asdf/bin/asdf plugin-add nodejs
|
||||
args:
|
||||
creates: ~/.asdf/plugins/nodejs
|
||||
|
|
|
@ -67,7 +67,7 @@ bind Escape copy-mode
|
|||
unbind p
|
||||
bind p paste-buffer
|
||||
bind -Tcopy-mode-vi 'v' send -X begin-selection
|
||||
bind -Tcopy-mode-vi 'y' send -X copy-pipe-and-cancel "tmux save-buffer - | reattach-to-user-namespace pbcopy"
|
||||
bind -Tcopy-mode-vi 'y' send -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"
|
||||
|
||||
# split-windows
|
||||
bind | split-window -h -c "#{pane_current_path}"
|
||||
|
|
|
@ -9,6 +9,7 @@ set relativenumber
|
|||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set smarttab
|
||||
set expandtab
|
||||
set hidden
|
||||
set showtabline=1
|
||||
set termguicolors
|
||||
|
|
|
@ -76,6 +76,8 @@ export SHELL="/bin/zsh"
|
|||
. $HOME/.asdf/asdf.sh
|
||||
. $HOME/.asdf/completions/asdf.bash
|
||||
|
||||
export PATH="$(yarn global bin):$PATH"
|
||||
|
||||
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
|
|
Loading…
Add table
Reference in a new issue