File tree Expand file tree Collapse file tree 8 files changed +208
-177
lines changed Expand file tree Collapse file tree 8 files changed +208
-177
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ tap "homebrew/cask"
3
3
tap "homebrew/core"
4
4
tap "homebrew/services"
5
5
tap "homebrew/cask-fonts"
6
- tap "shivammathur/php"
7
- brew "tor" , restart_service : true
6
+ # tap "shivammathur/php"
7
+ # brew "tor", restart_service: true
8
8
brew "p7zip"
9
9
brew "bash"
10
10
brew "bash-completion@2"
@@ -18,9 +18,9 @@ brew "micro"
18
18
brew "git"
19
19
brew "git-lfs"
20
20
brew "node"
21
- brew "composer"
22
- brew "php@7.4"
23
- brew "brew-php-switcher"
21
+ # brew "composer"
22
+ # brew "php@7.4"
23
+ # brew "brew-php-switcher"
24
24
brew "go"
25
25
brew "minikube"
26
26
brew "helm"
@@ -42,7 +42,7 @@ cask "whatsapp"
42
42
cask "visual-studio-code"
43
43
cask "dropbox"
44
44
cask "karabiner-elements"
45
- cask "yandex-disk" # probably stale cask with invalid hash for installer
45
+ # cask "yandex-disk" # probably stale cask with invalid hash for installer
46
46
cask "1password"
47
47
cask "1password/tap/1password-cli"
48
48
cask "postman"
@@ -52,4 +52,4 @@ cask "notion"
52
52
cask "obsidian"
53
53
54
54
# fonts
55
- font -jetbrains -mono -nerd -font
55
+ cask " font-jetbrains-mono-nerd-font"
Original file line number Diff line number Diff line change
1
+ * {
2
+ font-family : "JetBrains Mono" , monospace;
3
+ }
Original file line number Diff line number Diff line change @@ -108,7 +108,12 @@ _ppath() {
108
108
# # Shell reload
109
109
110
110
_reload () {
111
- exec -l $SHELL
111
+ shell_name=" $( basename " $SHELL " ) "
112
+ if [ " $shell_name " = " zsh" ]; then
113
+ source " $HOME /.zshrc"
114
+ else
115
+ source " $HOME /.bashrc"
116
+ fi
112
117
}
113
118
114
119
# # shell reload
Original file line number Diff line number Diff line change 1
- Include /Users/vardan.pogosyan/.colima/ssh_config
2
-
3
- Host n2-hetzner
4
- HostName n2-hetzner
5
- User alfa-holod
6
-
7
- Host nalog@n2-hetzner
8
- HostName n2-hetzner
9
- IdentityFile ~/.ssh/id_rsa
10
- User nalog
11
-
12
- Host tg-check@n2-hetzner
13
- HostName n2-hetzner
14
- IdentityFile ~/.ssh/id_rsa
15
- User tg-check
16
-
17
- Host alfacheck@n2-hetzner
18
- HostName n2-hetzner
19
- User alfacheck
20
-
21
- Host eocheck@n2-hetzner
22
- HostName n2-hetzner
23
- User eocheck
1
+ Include ~/.colima/ssh_config
24
2
25
3
Host *
26
4
HostName %h
Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ source "$HOME/.shell/xvm"
11
11
# #
12
12
export ZSH=" $HOME /.oh-my-zsh"
13
13
export KEEP_ZSHRC=" yes"
14
- [[ -d " $ZSH " && -f " $ZSH /oh-my-zsh.sh" ]] || sh -c " export KEEP_ZSHRC=$KEEP_ZSHRC ; curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh"
14
+ [[ -d " $ZSH " && -f " $ZSH /oh-my-zsh.sh" ]] || sh -c " $(
15
+ export KEEP_ZSHRC=$KEEP_ZSHRC
16
+ curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh
17
+ ) "
15
18
16
19
# Set name of the theme to load --- if set to "random", it will
17
20
# load a random theme each time oh-my-zsh is loaded, in which case,
@@ -127,6 +130,9 @@ autoload -Uz bashcompinit && bashcompinit
127
130
[[ -f " /usr/local/bin/starship" ]] || curl -sS https://starship.rs/install.sh | sh
128
131
eval " $( starship init zsh) "
129
132
133
+ # ## custom config which should not be synced with git
134
+ [[ -f " $HOME /.zshrc_profile" ]] && source " $HOME /.zshrc_profile"
135
+
130
136
# #
131
137
# # PATH without duplicates
132
138
# #
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ defaults write NSGlobalDomain com.apple.springing.delay -float 0.2
31
31
defaults write com.apple.dock mouse-over-hilite-stack -bool true
32
32
33
33
# Minimize windows into their application’s icon
34
- defaults write com.apple.dock minimize-to-application -bool true
34
+ defaults write com.apple.dock minimize-to-application -bool false
35
35
36
36
# Enable spring loading for all Dock items
37
37
# defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true
@@ -45,6 +45,12 @@ defaults write com.apple.dock mru-spaces -bool false
45
45
# Automatically hide and show the Dock
46
46
# defaults write com.apple.dock autohide -bool true
47
47
48
+ # Show suggest and recent apps in Dock
49
+ defaults write com.apple.dock show-recents -bool false
50
+
51
+ # Set display position to right
52
+ defaults write com.apple.dock orientation -string " right"
53
+
48
54
# Remove the auto-hiding Dock delay
49
55
# defaults write com.apple.dock autohide-delay -float 0.1
50
56
# Remove the animation when hiding/showing the Dock
Original file line number Diff line number Diff line change 1
- // Place your key bindings in this file to override the defaultsauto[]
1
+ // Place your key bindings in this file to override the defaults
2
2
[
3
3
{
4
4
"key" : " ctrl+up" ,
33
33
},
34
34
{
35
35
"key" : " cmd+escape" ,
36
- "command" : " workbench.action.showCommands "
36
+ "command" : " workbench.action.quickOpen "
37
37
},
38
38
{
39
39
"key" : " shift+cmd+a" ,
300
300
"key" : " alt+cmd+r" ,
301
301
"command" : " -workbench.action.debug.continue" ,
302
302
"when" : " inDebugMode"
303
- },
303
+ }
304
304
]
You can’t perform that action at this time.
0 commit comments