mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
.Xmodmap and gitg alias
This commit is contained in:
9
.Xmodmap
Normal file
9
.Xmodmap
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
!
|
||||||
|
! Swap Caps_Lock and Control_L
|
||||||
|
!
|
||||||
|
remove Lock = Caps_Lock
|
||||||
|
remove Control = Control_L
|
||||||
|
keysym Control_L = Caps_Lock
|
||||||
|
keysym Caps_Lock = Control_L
|
||||||
|
add Lock = Caps_Lock
|
||||||
|
add Control = Control_L
|
||||||
4
.bashrc
4
.bashrc
@@ -16,8 +16,12 @@ else
|
|||||||
fi
|
fi
|
||||||
unset color_prompt force_color_prompt
|
unset color_prompt force_color_prompt
|
||||||
|
|
||||||
|
# gitg branch views, line from https://gitlab.com/dhole/dot_files/blob/master/.bash_aliases#L39
|
||||||
|
alias gitg="git log --color --graph --abbrev-commit --pretty=format:'%Cred%h%Creset%C(yellow)%d%Creset %s %Cgreen(%ar)%C(cyan) %an<%ae>%Creset'"
|
||||||
|
|
||||||
# nvim alias
|
# nvim alias
|
||||||
alias n='nvim'
|
alias n='nvim'
|
||||||
|
alias t='tmux'
|
||||||
|
|
||||||
# go
|
# go
|
||||||
export PATH=$PATH:/usr/local/go/bin
|
export PATH=$PATH:/usr/local/go/bin
|
||||||
|
|||||||
16
README.md
16
README.md
@@ -3,11 +3,15 @@ config files
|
|||||||
|
|
||||||
|
|
||||||
- NeoVim: `init.vim`
|
- NeoVim: `init.vim`
|
||||||
- in `.config/nvim/init.vim`
|
- in `.config/nvim/init.vim`
|
||||||
- install https://github.com/junegunn/vim-plug
|
- install https://github.com/junegunn/vim-plug
|
||||||
- inside neovim, execute: `:PlugInstall`
|
- inside neovim, execute: `:PlugInstall`
|
||||||
- `.bashrc`
|
- `.bashrc`
|
||||||
- in `~/home` directory
|
- in `~/home` directory
|
||||||
- execute `source .bashrc`
|
- execute `source .bashrc`
|
||||||
- Tmux: `.tmux.conf`
|
- Tmux: `.tmux.conf`
|
||||||
- in `~/home` directory
|
- in `~/home` directory
|
||||||
|
- Keyboard remap `.Xmodmap`
|
||||||
|
- in `~/home`
|
||||||
|
- changes will be applied each session start
|
||||||
|
- to apply changes in the current session use `xmodmap ~/.Xmodmap`
|
||||||
|
|||||||
Reference in New Issue
Block a user