Switch ccat for bat
This commit is contained in:
parent
be2b0a98fd
commit
e81e8f44c9
2
.aliases
2
.aliases
|
@ -1,3 +1,3 @@
|
|||
alias mkdir='mkdir -p'
|
||||
alias cat='ccat'
|
||||
alias cat='bat'
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
owner: "Matúš Námešný"
|
||||
template: "Copyright (c) %y %o"
|
||||
core:
|
||||
closeDeletedFileTabs: true
|
||||
disabledPackages: [
|
||||
"atom-typescript"
|
||||
"vim-mode-plus"
|
||||
|
|
|
@ -146,7 +146,10 @@ exec setxkbmap -model pc104 -layout us,sk -variant ,qwerty -option grp:win_space
|
|||
bindsym $mod+l exec --no-startup-id $HOME/bin/lock.sh $HOME/Pictures/Wallpapers/1-blurred.png
|
||||
|
||||
# Start Compton
|
||||
exec compton
|
||||
exec --no-startup-id compton
|
||||
|
||||
# Start nextcloud client
|
||||
exec --no-startup-id nextcloud
|
||||
|
||||
# Conky
|
||||
exec --no-startup-id $HOME/bin/startconky.sh
|
||||
|
|
|
@ -4,7 +4,7 @@ My dotfiles. If you want to use them fork or clone the repo.
|
|||
|
||||
## Requirements
|
||||
|
||||
* [git](https://git-scm.com/), [zsh](http://www.zsh.org/), [antigen](https://github.com/zsh-users/antigen) and [ccat](https://github.com/jingweno/ccat)
|
||||
* [git](https://git-scm.com/), [zsh](http://www.zsh.org/), [antigen](https://github.com/zsh-users/antigen) and [bat](https://github.com/sharkdp/bat)
|
||||
* Desktop environment:
|
||||
* [i3](https://i3wm.org/)
|
||||
* [polybar](https://github.com/jaagr/polybar)
|
||||
|
|
Loading…
Reference in New Issue