Merge branch 'main' of github.com:zegonix/dotfiles
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
# import = ["~/.config/alacritty/themes/summer.toml"]
|
||||||
|
>>>>>>> ad9023961deaa970bef4341893ea13935999c6fe
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
padding = { x = 2, y = 0 }
|
padding = { x = 2, y = 0 }
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
# ~/.bashrc
|
# ~/.bashrc
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# disable duplicates in command history
|
||||||
|
export HISTCONTROL=ignoreboth:erasedups
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
// path="~/.config/Code/User
|
// path="~/.config/Code/User
|
||||||
{
|
{
|
||||||
"editor.fontFamily": "'VictorMono Nerd Font'",
|
"editor.fontFamily": "'VictorMono Nerd Font'",
|
||||||
"editor.fontWeight": 500,
|
|
||||||
"extensions.ignoreRecommendations": true,
|
"extensions.ignoreRecommendations": true,
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"git.openRepositoryInParentFolders": "never",
|
"git.openRepositoryInParentFolders": "never",
|
||||||
@@ -19,7 +18,7 @@
|
|||||||
"editor.minimap.renderCharacters": false,
|
"editor.minimap.renderCharacters": false,
|
||||||
"update.showReleaseNotes": false,
|
"update.showReleaseNotes": false,
|
||||||
"editor.accessibilityPageSize": 100,
|
"editor.accessibilityPageSize": 100,
|
||||||
"editor.fontSize": 15,
|
"editor.fontSize": 18,
|
||||||
"editor.stickyScroll.enabled": false,
|
"editor.stickyScroll.enabled": false,
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.txt": "shellscript"
|
"*.txt": "shellscript"
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ zx_cyan = "#15D7E5"
|
|||||||
zx_light_cyan = "#65E7F1"
|
zx_light_cyan = "#65E7F1"
|
||||||
zx_dark_cyan = "#109EA8"
|
zx_dark_cyan = "#109EA8"
|
||||||
zx_white = "#DFDFD0"
|
zx_white = "#DFDFD0"
|
||||||
zx_gray = "#808078"
|
zx_grey = "#808078"
|
||||||
zx_pastel_yellow = "#F1EAA2"
|
zx_pastel_yellow = "#F1EAA2"
|
||||||
|
|
||||||
# You can also replace your username with a neat symbol like or disable this
|
# You can also replace your username with a neat symbol like or disable this
|
||||||
@@ -97,7 +97,7 @@ disabled = false
|
|||||||
style = "fg:zx_white"
|
style = "fg:zx_white"
|
||||||
format = ' $symbol'
|
format = ' $symbol'
|
||||||
symbol = '[\[](bold fg:zx_pastel_yellow)[err](bold)[\]](bold fg:zx_pastel_yellow)'
|
symbol = '[\[](bold fg:zx_pastel_yellow)[err](bold)[\]](bold fg:zx_pastel_yellow)'
|
||||||
success_symbol = '[\[](bold fg:zx_dark_cyan)[ok](bold)[\]](bold fg:zx_dark_cyan)'
|
success_symbol = '[\[](bold fg:zx_grey)[ok](bold)[\]](bold fg:zx_grey)'
|
||||||
|
|
||||||
[fill]
|
[fill]
|
||||||
disabled = false
|
disabled = false
|
||||||
|
|||||||
Reference in New Issue
Block a user