aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add `setxkbmap` option to change CAPS LOCK to SUPERMountain Man2023-06-061-0/+3
|
* Refactor for organizationMountain Man2023-05-291-0/+6
|
* Add `--debug-init` flag to emacs startx launch commandMountain Man2023-05-291-1/+1
|
* Remove blinking, it didn't workMountainMan2023-05-291-3/+1
|
* Make the `>` character in `$PS1` blinkMountainMan2023-05-291-1/+3
|
* Fix `.bashrc` for Emacs Vterm (again)MountainMan2023-05-291-2/+19
|
* Add `home/.sbclrc` for SBCL configurationMountain Man2023-05-221-0/+7
|
* Fix for previous fix for `clear` / vtermMountain Man2023-05-141-1/+4
| | | | | I messed up and added the `zsh` version of the fix instead of the `bash` version. This fixes it.
* Add `clear` fix for Emacs vtermMountain Man2023-05-141-0/+9
|
* Change pointer in `home/.xinitrc` to `XC_crosshair`Mountain Man2023-05-131-1/+1
|
* Add `~/.cargo/bin` to `$PATH`Mountain Man2023-04-151-0/+4
|
* Modify `alias ls=exa ...` in `dotfiles/home/.bashrc`Mountain Man2023-04-061-1/+1
| | | | | Add git directory info and date-modified to the `alias ls=exa ...`, and group directories together at the top of the list.
* Switch to 72-char limits instead of 74Mountain Man2023-04-032-9/+9
| | | | | Modify `dotfiles/home/.nanorc` to wrap at 72 chars, and update the formatting of other files.
* Add git branch to `$PS1` in `dotfiles/home/.bashrc`MountainMan2023-04-021-3/+8
| | | | | | | | It's nice to see which branch you're in at-a-glance. This change makes it so that, if you are in a git repo, the `$PS1` displays which branch is active. If not, it is reduced to a single space. I would like to find a way to conditionally add a space between (BRANCH) and DIR, omitting it if not in a git repo. This would make it look nicer outside of git repos.
* Fix formatting in `dotfiles/home/.bashrc`MountainMan2023-04-021-7/+7
| | | | | For whatever reason, I used 75 chars when I wrote the `.bashrc`. This is wrong, it should be 74. This change fixes it.
* Remove `--git` flag from `ls` alias in `dotfiles/home/.bashrc`Mountain Man2023-04-021-1/+1
| | | | | | On crappy binary-based distros like Ubuntu, `exa` doesn't have the functionality required to use the `--git` flag. I don't really care about it anyways so I'll just remove the flag.
* Create 'dotfiles/home/.xinitrc'Mountain Man2023-04-011-0/+14
| | | | | Since I'm working toward using the same EXWM-based desktop environment on all my systems, I migth as well syncronize the '.xinitrc' between them.
* Make the 'SSH' label in '$PS1' more visibleMountain Man2023-03-311-5/+4
| | | | | The SSH label should jump out at you. This change makes it cyan instead of grey, to match the color of the username component.
* Refactor 'PS1' prompt in 'home/.bashrc'Mountain Man2023-03-311-28/+9
| | | | | Made the 'PS1' prompt a bit shorter and easier to read. It now more closely reflects what the prompt actually looks like.
* Create 'nano' config file 'home/.nanorc'Mountain Man2023-03-311-0/+30
| | | | | This configuration for 'nano' makes it more convenient to use for writing commit messages, which is just about the only thing I use it for anymore.
* Create alias for 'ls' in 'home/.bashrc'Mountain Man2023-03-311-0/+1
| | | | | I currently use 'exa' as a replacement for 'ls'. This alias makes it more convenient to use by adding all my usual options and flags to it.
* Create alias for 'wget' in 'home/,bashrc'Mountain Man2023-03-311-0/+7
| | | | | | | The default behavior of 'wget' is kind of inconvenient. This alias prevents 'wget' from failing as often, and makes it more convenient when it does fail by allowing to pick back up where the download left off.
* Add $PS2 promptMountain Man2023-03-311-1/+6
| | | | Add $PS2 prompt, which is displayed when a command needs more input.
* Create custom $PS1 prompt in 'home/.bashrc'Mountain Man2023-03-311-1/+82
| | | | | | | | | | | This change adds a custom PS1 prompt. The prompt is constructed step-by-step through concatenation, and contains conditional formatting based on which user is logged in and whether or not it is running in an SSH session. The PS1 prompt should look something like: - `[TTY#] [DATE TIME] [USER@HOST] [DIR] >` - `[1] [2023-03-31 01:07:42] [username@hostname] [~/dotfiles/home] >`
* Use same '.bashrc' file for all usersMountain Man2023-03-281-0/+0
| | | | | | It is more convenient and maintainable to use the same '.bashrc' for all users. This will allow, for instance, the PS1 prompt to be conditionally tailored for certain kinds of users.
* Organize things into foldersMountain Man2023-03-281-0/+0
| | | | | This simply starts the convention of putting things in folders that make sense instead of dumping everything into the same base folder.
* Create '.bashrc'Mountain Man2023-03-281-0/+7
| | | | | This creates the file '.bashrc', and adds the standard "test for an interactive shell".
* Initial commitMountain Man2023-03-281-0/+2