projects > dotfiles.sh
1
1
2
Heavily opinionated comprehensive collection of configuration
3
files for various tools and applications you use on macOS.
4
5
It includes settings for wezterm, zsh, nvim, and several others
6
like tmux, htop, and btop.
7
8
It also features a Brewfile for managing macOS packages via
9
Homebrew.
10
11
[Git][Homebrew][Lua][Neovim][Raycast][WezTerm][Zsh][macOS]
12
14
15
alias gist="pbpaste | gh gist create | rg github | pbcopy"
16
alias lg="lazygit"
17
alias ld="lazydocker"
18
19
alias gf='nvim $(fzf)'
20
21
alias q="exit"
22
23
alias app='fd ".app" /System/Library/CoreServices /System/Applications /Applications /System/Applications/Utilities --max-depth 1 | fzf | xargs -I {} open "{}"'
24
25
alias ls='lsd --group-dirs first --classify'
26
alias la='lsd --group-dirs first --classify --almost-all'
27
alias ll='lsd --group-dirs first --classify --almost-all --long'
28
alias lt='lsd --tree'
29
30
31
32
33
34
35
36
37
38
NORMAL~/oleksandr/projects/dotfiles.sh.../projects/dotfiles.shmainutf-8
Enter to open · :q to quit
keys
j / kmove the cursor line, or the tree cursor
hfocus the tree; in the tree, fold or go to the parent
l / Enterin the tree, unfold or open the file
gg / Gfirst / last line
clickput the cursor on a line; on README.sh, run the session again
:qquit to the shell
:help ?this table
q / Escclose this