Commit Graph

155 Commits

Author SHA1 Message Date
Shaun Reed c08214e16e Initial commit for Kubuntu branch
+ Migrate yakuake settings from master
2021-12-18 21:47:53 -05:00
Shaun Reed 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
Shaun Reed 7877117d5b Update yakuake shortcuts and configuration 2021-09-23 11:03:50 -04:00
Shaun Reed 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
Shaun Reed 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
Shaun Reed 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
Shaun Reed 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
Shaun Reed 21bc190261 Update submodules to latest commit 2021-02-18 10:21:42 -05:00
Shaun Reed 516e6c1992 Update README 2020-11-25 06:55:27 -05:00
Shaun Reed a3308b64df Update README 2020-11-23 14:30:48 -05:00
Shaun Reed b5cadab3f6 Merge branch 'master' into headless 2020-11-23 12:43:44 -05:00
Shaun Reed 5fe1fd7ae2 Change example to libclang-9-dev 2020-06-15 09:49:21 -04:00
Shaun Reed 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
Shaun Reed 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
Shaun Reed 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
Shaun Reed d76289d1fe Remove sudo from LIBCLANG 2020-06-12 10:32:13 -04:00
Shaun Reed 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
Shaun Reed 138ccc7e51 Make path to libclang universal, update vimrc
Added Ale plugin for running linters
+ Changed unicode error and warning symbols
+ Added keybind for moving to next / previous errors

Update vimrc to use environment variable /usr/lib/llvm-10/lib/libclang.so.1 for clang path
+ This is automatically adjusted to the system clang path via output of 'find / -name libclang.so.1'
+ Requires some derivative of libclang to be installed, along with clang

Add whitespace check function to vimrc
+ Removes whitespaces from every relative file saved with vim
+ list of files found within ~/.vimrc

Add Colorizer plugin keybind for toggling color highlights within vim

Add environment variables $EDITOR and $VISUAL and set both to point to vim

Add a script to fix a common issue in vbox displays
+ running fix-vbox.sh corrects unclickable portion of the screen
2020-06-11 14:00:01 -04:00
Shaun Reed fd37b436b6 Update README to reflect new branch names 2020-05-11 06:34:03 -04:00
Shaun Reed f32c1048d1 Remove unused files 2020-05-03 23:54:33 -04:00
Shaun Reed 79e4157404 Update tmux config, add basic shortcuts 2020-05-03 23:36:29 -04:00
Shaun Reed 7653eeaa30 Update vim plugin settings, keybinds 2020-05-03 23:35:39 -04:00
Shaun Reed 677be5109c Remove unused urxvt settings 2020-05-03 22:55:08 -04:00
Shaun Reed b95dee35d5 Add image preview to ranger, switch to konsole 2020-05-03 22:53:00 -04:00
Shaun Reed d7d0b1f93e Update polybar settings, mem module 2020-05-03 01:51:13 -04:00
Shaun Reed 24739df294 Update i3 colors, add discord settings and weather.sh RD 2020-05-03 01:48:15 -04:00
Shaun Reed b1c6da6563 Add ale linter to vim plugins 2020-05-03 01:45:57 -04:00
Shaun Reed 1a48978896 Add VPN status in polybar 2020-03-29 01:21:49 -04:00
Shaun Reed 0c708c1ea3 Remove old files 2020-03-24 12:57:11 -04:00
Shaun Reed 3c95f5cc97 Update screens, refactor polybar modules, scripts 2020-03-24 12:49:32 -04:00
Shaun Reed e7fb3e2dac Add rofi themes, scripts 2020-03-24 11:44:27 -04:00
Shaun Reed 594d582aa3 Adjust i3 colors, qterminal settings 2020-03-24 10:55:50 -04:00
Shaun Reed 7fa1cfe21f Add battery module to polybar, update start-polybar.sh to kill previously running bars 2020-03-24 10:54:45 -04:00
Shaun Reed 53c296782c Update screenshot 2020-03-23 20:10:33 -04:00
Shaun Reed 1080742312 Various updates for cleaner polybar on toshiba 2 chromebook 2020-03-23 19:52:33 -04:00
Shaun Reed ae88fd790a Add bindings for rofi launchers 2020-02-23 14:47:24 +00:00
Shaun Reed 59683479e5 Update polybar for use on laptop 2020-02-23 14:13:27 +00:00
Shaun Reed a588c8d216 Add xfce4 power manager, wicd startup on i3 login 2020-02-23 14:11:36 +00:00
Shaun Reed 3236629420 Add community scripts for i3blocks 2020-02-19 15:55:35 +00:00
Shaun Reed 3233439d88 Update weathermap script for i3blocks display 2020-02-19 15:54:50 +00:00
Shaun Reed e1d466362d Add better mouse plugin to tmux to adjust sensitive scrolling 2020-02-19 15:52:34 +00:00
Shaun Reed fccfc90ace Update i3 font, add Bitwarden app settings, add weather / wifi to i3blocks 2020-02-19 15:50:15 +00:00
Shaun Reed adf0255224 README.md 2020-02-19 07:05:07 +00:00
Shaun Reed 6792c978dd Remove outdated info in README, screenshots 2020-02-19 06:37:29 +00:00
Shaun Reed 55adf58a00 Basic vim settings, plugins 2020-02-19 06:28:27 +00:00
Shaun Reed d57c7b822e Initial commit for headless dotfiles 2020-02-19 06:22:36 +00:00
Shaun Reed 7387c62946 Add tab settings for vscode 2020-01-29 04:44:19 +00:00
Shaun Reed b312d5baff Add vscode settings 2020-01-23 21:52:54 +00:00
Shaun Reed 233bcaee43 Fix wicd window in i3-gaps 2020-01-23 21:52:27 +00:00
Shaun Reed 5b419c2b50 Add path to libclang.so for clang_completion vim plugin 2020-01-22 16:46:49 +00:00