mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 01:34:22 +00:00
Switch ccat for bat
This commit is contained in:
2
.aliases
2
.aliases
@@ -1,3 +1,3 @@
|
|||||||
alias mkdir='mkdir -p'
|
alias mkdir='mkdir -p'
|
||||||
alias cat='ccat'
|
alias cat='bat'
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
owner: "Matúš Námešný"
|
owner: "Matúš Námešný"
|
||||||
template: "Copyright (c) %y %o"
|
template: "Copyright (c) %y %o"
|
||||||
core:
|
core:
|
||||||
|
closeDeletedFileTabs: true
|
||||||
disabledPackages: [
|
disabledPackages: [
|
||||||
"atom-typescript"
|
"atom-typescript"
|
||||||
"vim-mode-plus"
|
"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
|
bindsym $mod+l exec --no-startup-id $HOME/bin/lock.sh $HOME/Pictures/Wallpapers/1-blurred.png
|
||||||
|
|
||||||
# Start Compton
|
# Start Compton
|
||||||
exec compton
|
exec --no-startup-id compton
|
||||||
|
|
||||||
|
# Start nextcloud client
|
||||||
|
exec --no-startup-id nextcloud
|
||||||
|
|
||||||
# Conky
|
# Conky
|
||||||
exec --no-startup-id $HOME/bin/startconky.sh
|
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
|
## 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:
|
* Desktop environment:
|
||||||
* [i3](https://i3wm.org/)
|
* [i3](https://i3wm.org/)
|
||||||
* [polybar](https://github.com/jaagr/polybar)
|
* [polybar](https://github.com/jaagr/polybar)
|
||||||
|
|||||||
Reference in New Issue
Block a user