Jonathan Hodgson
95321ab4f8
Check program exists before adding grc alias
3 years ago
Jonathan Hodgson
cd4e875fd1
Updates gpg alias
3 years ago
Jonathan Hodgson
de15eff01f
Changes double shift action
...
Previously, pushing both shift keys would switch the layout between
colemak and qwerty. However, I never use qwerty now so have changed it
so that double shift now toggles capslock. The capslock key remains
bound to backspace as is default in colemak
3 years ago
Jonathan Hodgson
1daa851d98
Adds sudo writes to nvim
...
If in nvim and the SUDO_ASKPASS environment variable is set then a WW
mapping will expand to
:w !sudo -A tee % >/dev/null
If in not-neo vim, the -A is omitted.
The environment variable is also set. Some unused environment variables
were also removed.
https://stackoverflow.com/questions/2600783/how-does-the-vim-write-with-sudo-trick-work
https://github.com/neovim/neovim/issues/12103
3 years ago
Jonathan Hodgson
f8432aa2ac
list contents if I try and cat a directory
3 years ago
Jonathan Hodgson
2781826696
Adds .local/bin to path for pip
3 years ago
Jonathan Hodgson
39f6345cdb
Stops forcing colour for jq
3 years ago
Jonathan Hodgson
d967936fde
Functions: adds httpie helpers for xsrf
...
The functions are wrappers around http and https and set the
x-xsrf-token header based on the value of the Xsrf-token cookie in the
session file.
Currently, the cookie name and header name are hard coded. I may look to
specify those in an argument at some point although for now it's
probably fine.
3 years ago
Jonathan Hodgson
d78eb40a89
Adds some telemetry env variables and composer to path
3 years ago
Jonathan Hodgson
35cf3a8472
SHELLS: adds a few aliases
3 years ago
Jonathan Hodgson
e1f096b885
Makes right alt my compose key
...
Compose key is used for inputting special characters more easily.
See the compose table for examples:
https://help.ubuntu.com/community/GtkComposeTable
4 years ago
Jonathan Hodgson
0eb79c5f40
Check bat exists before overiding it
4 years ago
Jonathan Hodgson
a93a6074e2
Adds check before running ruby commands
4 years ago
Jonathan Hodgson
f5cecab111
ALIAS: makes verifySSL use the chacha ssl if it's available
4 years ago
Jonathan Hodgson
2248c74519
Alias: changes kb to keys
...
I would like to use kb for a new tool I'm making.
4 years ago
Jonathan Hodgson
dc7a66bd95
aliases: adds enum4linux -> enum4linux-ng
...
This is a newer re-write with additional features and written in python
https://github.com/cddmp/enum4linux-ng
4 years ago
Jonathan Hodgson
168b2b94c1
aliases: fixes check for a couple of commands
...
I had forgotten to put the -p flag on type when checking for the
existence of commands
4 years ago
Jonathan Hodgson
bf8631198c
SH: adds bash shebang to shared dotfiles for syntax highlighting
4 years ago
Jonathan Hodgson
85e1755799
SHELL: Adds aliases for cp and mv with progress bars
...
I found patches at the link below for mv and cp that add options for
progress bars. I have applied and compiled them and named the commands
cpg and mvg as recommended in the readme. They are named like that (I
assume) because they add a -g flag for progress.
If they are present and in my path, I always want to use them with the
progress bar flag in place of cp or mv
https://github.com/jarun/advcpmv
4 years ago
Jonathan Hodgson
3e16c54387
SHELL: Adds a shortcut for wingcc
...
I can never remember the name of the command to compile a windows exe in
linux so I created an alias for it called wingcc
4 years ago
Jonathan Hodgson
de1bcc7cdc
SHELL: adds alias so sc is runs sc-im
4 years ago
Jonathan Hodgson
7b640c0219
REMIND: Adjust alias for better sorting
...
Default is dddd
aadd makes it sort date and time in ascending order (earlier first)
4 years ago
Jonathan Hodgson
8459513709
REMIND/ZSH: set environment variables and alias
...
I have added an environment variable to make rem look for it's default
configuration file in ~/.config/remind/remind.rem
I have added an alias so rem will output in colour
I have made zsh run `rem` when I open a new terminal if I don't have a
project set. I may remove this in the future
4 years ago
Jonathan Hodgson
5b77ceb763
Changes to how cat works mainly
...
Cat is now a function rather than an alias. It will tie in with grc if
possible and add syntax highlighting to the file
if not, will fall back do using bat
4 years ago
Jonathan Hodgson
6d8cb40d65
Organises things
...
Mainly organising aliases and functions, also adds some environment
variables
4 years ago
Jonathan Hodgson
ecb61c58ce
Only set some aliases if commands exist
5 years ago
Jonathan Hodgson
1ec39640b9
Shell config changes
5 years ago
Jonathan Hodgson
fe220313e7
Adds alias for docker-compose
5 years ago
Jonathan Hodgson
e4c0640d32
Tidy mycd and comment todo function
5 years ago
Jonathan Hodgson
420986a825
Tidy up PATH
5 years ago
Jonathan Hodgson
2d2425f704
Adds new man function
5 years ago
Jonathan Hodgson
87b3a2b999
Adds a few aliases
5 years ago
Jonathan Hodgson
e73c5e298d
Makes ctrlc work to reset colour schemes in ssh
5 years ago
Jonathan Hodgson
d9465307d6
zsh changes
5 years ago
Jonathan Hodgson
bdf91f71ae
Adds prompts when using sql commands and adds alias for tldr
5 years ago
Jonathan Hodgson
54bcccfe08
New fzf aliases and shortCuts
5 years ago
Jonathan Hodgson
90fc6ab4fb
Many changes
5 years ago
Jonathan Hodgson
a9707671fb
Changes to zsh - ranger shortcut and alias for armory tool
5 years ago
Jonathan Hodgson
041406ceb8
Removes old php aliases and adds rs alias
5 years ago
Jonathan Hodgson
e1c293ca08
Removes some old aliases and adds a new one for docker
5 years ago
Jonathan Hodgson
9d7f48627f
Adds an alias for ss
5 years ago
Jonathan Hodgson
a20f16b952
Adds a ddg alias
5 years ago
Jonathan Hodgson
bacb273f81
Make colourscheme solarized dark when sshing
5 years ago
Jonathan Hodgson
83adf42719
Add shared shell files to shared directory
5 years ago