50571ed8d3
No
2026-02-21 10:10:13 -05:00
080fa0894f
Add note to docker container.
2026-02-21 10:07:13 -05:00
7075151bf0
Add uninstall instructions.
2026-02-21 10:03:24 -05:00
4d62b10d00
Move tables.
2026-02-21 09:23:33 -05:00
7461098b1c
Move tables.
2026-02-21 09:23:01 -05:00
c385d74cac
Remove sensible.
2026-02-21 09:22:07 -05:00
a4d2245b50
Enable some tmux plugins.
2026-02-21 09:20:20 -05:00
f90cb319ba
Add sections to configs.
2026-02-21 09:12:59 -05:00
2efcfabb7b
Add configurations to README.
2026-02-21 09:08:25 -05:00
9dcdbf1275
Move comment.
2026-02-21 08:54:21 -05:00
644fca32ed
Update README.
2026-02-21 08:51:10 -05:00
753dc47666
Update readme.
2026-02-21 08:49:45 -05:00
f9163b626d
Update setup script.
2026-02-21 08:42:15 -05:00
1479f3ac37
Relocate .bash_secrets.
2026-02-21 08:38:16 -05:00
99be1dfecd
Update bash stuff.
2026-02-21 08:36:12 -05:00
e7c4fe36bc
Ignore blesh installations.
2026-02-21 08:22:47 -05:00
dabfa780df
Add bash.d.
2026-02-21 08:08:06 -05:00
288dc28e07
Disable inputrc for now.
...
Keeping it around in case a non-blesh option is wanted in the future.
2026-02-21 06:51:54 -05:00
c7f6c0b791
Add Qt assistant bash helper.
2026-02-21 06:51:34 -05:00
f1930f166d
Update clang_complete.
2026-02-21 06:46:42 -05:00
e85e4bb65d
Add blerc. ( #6 )
2026-02-15 03:40:40 +00:00
6b6e88dcbb
Revert "Add bash line editor."
...
This reverts commit 10251dd1cb .
2026-02-14 22:33:08 -05:00
10251dd1cb
Add bash line editor.
2026-02-14 12:43:31 -05:00
c7a300cd58
Update configs. ( #4 )
2026-02-14 11:45:56 -05:00
7f0ca310aa
Update command aliases
2022-11-20 13:49:18 -05:00
c76f7a7b9f
Fix repo name in tmux bar
2022-08-28 19:34:18 -04:00
be0dd678dc
Add docker image
2022-08-28 18:00:09 -04:00
8ec0ec3cef
Set configs for different envrionments
...
+ Check if we're in docker or running xorg
+ Adjust tmux / vim settings
2022-08-28 17:25:44 -04:00
e0ff2faeba
Update vim configs
...
+ Conditionally use custom font
+ Fix ranger devicons
+ Add konsole profile
+ Conditionally eable default konsole profile
2022-08-26 22:02:57 -04:00
629ef32a26
Remove unused submodule
2022-08-06 23:55:40 -04:00
0fb52c2472
Update tmux configs
...
+ Add gitmux config
+ Use find to locate libclang in .bash_aliases
2022-08-06 23:39:41 -04:00
c2e4e04a18
Update bash aliases and settings
...
+ Fix gitmux
2022-07-29 20:13:51 -04:00
903e81aad4
Update tmux configs
...
+ Plugins for tmux
+ Ranger plugins
2022-07-16 10:28:31 -04:00
d412a35d38
Update README
2021-12-21 13:38:14 -05:00
4d7aa521dc
Remove yakuake configurations
...
+ Migrate yakuake configs to a branch with a full DE
+ Update `.bash_aliases` to include `kapp-update` and `kapp-git`
+ Add conditional sourcing of untracked `.bash_secrets` file, if it exists
2021-12-18 20:57:56 -05:00
7877117d5b
Update yakuake shortcuts and configuration
2021-09-23 11:03:50 -04:00
f4f1a9dbba
Add configs for yakuake and ranger
...
+ Alias for using Python 3.9 and pip3.9
+ Adjust step-in and step-out vim keybinds
2021-09-23 10:14:42 -04:00
3a9b30b8c7
Add .vim/undodir for persistent undo / redo history
...
+ Add .vim/undodir/.gitignore to ignore all files within
+ Makes undodir available to vim for writing local history but does not track files with git
2021-03-07 20:34:46 +00:00
e11d0b1e20
Improve vimrc to include more information and settings
...
+ Add more binds, even if left default, for reference or quick adjusting
+ Adjust sourcerer.vim for ultra-black background
+ Set clang_complete to use snippets for code completion in C / C++
+ Set clang_complete binds jump-to declaration and jump-out to + and _ respectively
+ Add information to vimrc to allow adjusting clang options
+ Highlight column 80 on cpp and c files
+ Revert to unicode symbols by default, left powerline symbols commented out for now
2021-03-03 16:11:33 +00:00
b73166a724
Update .vimrc to include basic clang_complete binds
...
+ Listed even if the bind is kept default
2021-02-18 13:00:10 -05:00
21bc190261
Update submodules to latest commit
2021-02-18 10:21:42 -05:00
516e6c1992
Update README
2020-11-25 06:55:27 -05:00
a3308b64df
Update README
2020-11-23 14:30:48 -05:00
b5cadab3f6
Merge branch 'master' into headless
2020-11-23 12:43:44 -05:00
5fe1fd7ae2
Change example to libclang-9-dev
2020-06-15 09:49:21 -04:00
6ef6f806d3
Reduce the scope of searching for libclang
...
+ Checks the /usr/ directory recursively
Add example path to more common libclang1
+ libclang-10-dev is not available on WSL
2020-06-15 09:33:46 -04:00
da17f5423f
Remove find command from bash aliases
...
+ Fix for slow starting terminal sessions
+ Require user to configure clang path following commands in README
2020-06-15 09:19:25 -04:00
eaefbdc471
Update libclang setup to avoid slow starting sessions
...
+ Remove find from the LIBCLANG environment variable
+ Let the user run commands to set this variable up if needed, found in
the README
Change from echo to printf
2020-06-14 12:59:32 -04:00
d76289d1fe
Remove sudo from LIBCLANG
2020-06-12 10:32:13 -04:00
2e3d2523f1
Update README for more detailed instructions
...
Add recommendation to headless branch for first-time setup
+ This branch provides the terminal tweaks I use
+ Does not modify desktop environment or window manager settings
Add an explanation for setting up clang_completion as it can sometimes
require some tweaking.
2020-06-11 14:53:01 -04:00