1
1
Fork 0
mirror of https://github.com/crueber/dotfiles.git synced 2025-12-05 18:49:50 +00:00
No description
Find a file
2025-06-20 15:54:29 -05:00
bin update bin files 2025-06-20 15:54:29 -05:00
config A few new config things. 2018-10-22 16:55:51 -05:00
i3 An i3 config and some zshrc updates. 2018-10-24 13:18:08 -05:00
nvim-custom nvim mapping update 2023-07-20 18:47:41 -05:00
zsh-themes Minor tmux update 2016-05-02 17:52:42 -05:00
agignore Use ag instead of ack 2013-03-01 23:28:36 -05:00
aliases A bunch of minor updates 2024-04-21 14:13:47 -05:00
check_binaries.sh Update to use command 2023-07-20 18:16:21 -05:00
gitconfig A bunch of minor updates 2018-10-21 21:14:32 -05:00
gitignore A bunch of minor updates 2018-10-21 21:14:32 -05:00
install.sh Update to use externalized aliases 2023-07-26 13:43:34 -05:00
LICENSE A bunch of customization for just me 2013-05-07 17:57:55 -05:00
README.md Readme update. 2023-07-20 18:51:45 -05:00
tmux.conf A bunch of minor updates 2024-04-21 14:13:47 -05:00
zlogin A few minor updates. 2018-10-22 16:31:40 -05:00
zshrc Make sure tmux tpm is installed 2024-05-04 13:36:11 -05:00

crueber dotfiles

Basic dotfiles for linux.

install

Clone:

git clone git://github.com/crueber/dotfiles.git
cd dotfiles
./install.sh

This will create symlinks for config files in your home directory.

What's this got in it?

  • Neovim configuration including nvChad and custom mappings.
  • Tmux for terminal multiplexing.
  • Git configuration and aliases.

Shell aliases and scripts:

  • git-churn to show churn for the files changed in the branch.
  • tat to attach to tmux session named the same as the current directory.

Credits

This dotfiles repository is maintained by @crueber

Originally I took the dotfiles repository from ThoughtBot, but it has long since diverged.