Skip to content

Commit

Permalink
Move dotfiles repo to ~/
Browse files Browse the repository at this point in the history
Plus a couple of changes I had not yet committed. 😬
  • Loading branch information
maiwald committed Sep 6, 2022
1 parent df30d8f commit 37c41c1
Show file tree
Hide file tree
Showing 30 changed files with 43 additions and 90 deletions.
4 changes: 0 additions & 4 deletions Brewfile → .Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ tap "homebrew/cask-fonts"
cask "font-powerline-symbols"
cask "font-hack"

brew "leiningen"
brew "clojure"
tap "clojure-lsp/brew"
brew "clojure-lsp-native"
Expand All @@ -34,6 +33,3 @@ brew "go"
brew "rbenv"
brew "ruby-build"
brew "pyenv"

tap "sass/sass"
brew "sass"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/tmux-session-launcher → .bin/tmux-session-launcher
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if [[ $# -eq 1 ]]; then
selected=$1
else
selected=$((echo ~/.dotfiles ; find ~/projects -mindepth 1 -maxdepth 1 -type d) | fzf)
selected=$((echo ~/ ; find ~/projects -mindepth 1 -maxdepth 1 -type d) | fzf)
fi
if [[ -z $selected ]]; then
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions .config/nvim
File renamed without changes.
File renamed without changes.
File renamed without changes.
40 changes: 34 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
bundle/cache
config/*
vim/autoload/plug.vim*
vim/plugged/
vim/shada/
vim/undo/*
*.Brewfile.lock.json
*.DS_Store
/.CFUserTextEncoding
/.aws
/.cache
/.cargo
/.config/iterm2
/.config/karabiner
/.docker
/.fzf*
/.lesshst
/.local
/.m2
/.npm
/.pyenv
/.ssh
/.tig_history
/.vim/autoload/plug.vim
/.vim/plugged
/.vim/undo
/.viminfo
/.zcompdump
/.zprofile
/.zsh_history
/.zsh_sessions
/Desktop
/Documents
/Downloads
/Library
/Movies
/Music
/Pictures
/Public
/projects
1 change: 1 addition & 0 deletions .nvimrc
2 changes: 2 additions & 0 deletions private.Brewfile → .private.Brewfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cask "1password"
cask "audio-hijack"
cask "obs"
cask "vlc"
mas "HP Easy Scan", id: 967004861
mas "Pixelmator Pro", id: 1289583905
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions .vim/init.vim
File renamed without changes.
4 changes: 3 additions & 1 deletion vimrc → .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Plug 'neovim/nvim-lspconfig'
Plug 'nvim-lualine/lualine.nvim'
Plug 'nvim-telescope/telescope.nvim'
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'nvim-treesitter/nvim-treesitter-context'
Plug 'nvim-treesitter/playground'
Plug 'pangloss/vim-javascript'
Plug 'scrooloose/nerdtree'
Plug 'tpope/vim-abolish'
Expand Down Expand Up @@ -87,7 +89,7 @@ require('lualine').setup {
EOF

set foldcolumn=2
set number
set relativenumber
set ruler
set autoread
set winwidth=90
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
71 changes: 0 additions & 71 deletions Rakefile

This file was deleted.

1 change: 0 additions & 1 deletion config/nvim

This file was deleted.

4 changes: 0 additions & 4 deletions gitignore

This file was deleted.

1 change: 0 additions & 1 deletion nvimrc

This file was deleted.

1 change: 0 additions & 1 deletion vim/init.vim

This file was deleted.

0 comments on commit 37c41c1

Please sign in to comment.