mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 11:33:18 -09:00
faster set up things for new machine
This commit is contained in:
parent
fdd9133fb1
commit
1b9b6032c8
3
.scripts/utils/brew-install.sh
Normal file
3
.scripts/utils/brew-install.sh
Normal file
@ -0,0 +1,3 @@
|
||||
brew install < formulae.txt
|
||||
brew install < casks.txt
|
||||
|
8
.scripts/utils/casks.txt
Normal file
8
.scripts/utils/casks.txt
Normal file
@ -0,0 +1,8 @@
|
||||
alt-tab
|
||||
dbeaver-community
|
||||
doll
|
||||
font-iosevka
|
||||
keepingyouawake
|
||||
keycastr
|
||||
virtualbox
|
||||
visual-studio-code
|
100
.scripts/utils/formulae.txt
Normal file
100
.scripts/utils/formulae.txt
Normal file
@ -0,0 +1,100 @@
|
||||
autoconf
|
||||
awk
|
||||
babashka
|
||||
ca-certificates
|
||||
cairo
|
||||
cmake
|
||||
coreutils
|
||||
docker
|
||||
docker-machine
|
||||
emacs-plus@29
|
||||
fontconfig
|
||||
freetype
|
||||
fribidi
|
||||
fzf
|
||||
gcc
|
||||
gdbm
|
||||
gdk-pixbuf
|
||||
gettext
|
||||
giflib
|
||||
glib
|
||||
glow
|
||||
gmp
|
||||
gnu-sed
|
||||
gnu-tar
|
||||
gnutls
|
||||
go
|
||||
graphite2
|
||||
harfbuzz
|
||||
highlight
|
||||
icu4c
|
||||
isl
|
||||
jansson
|
||||
jpeg
|
||||
jpeg-turbo
|
||||
lazygit
|
||||
leiningen
|
||||
libevent
|
||||
libgccjit
|
||||
libidn2
|
||||
libmpc
|
||||
libnghttp2
|
||||
libpng
|
||||
librsvg
|
||||
libtasn1
|
||||
libtermkey
|
||||
libtiff
|
||||
libunistring
|
||||
libuv
|
||||
libvterm
|
||||
libx11
|
||||
libxau
|
||||
libxcb
|
||||
libxdmcp
|
||||
libxext
|
||||
libxrender
|
||||
little-cms2
|
||||
lolcat
|
||||
lua
|
||||
luajit
|
||||
luv
|
||||
lz4
|
||||
lzo
|
||||
m4
|
||||
make
|
||||
mpdecimal
|
||||
mpfr
|
||||
msgpack
|
||||
ncurses
|
||||
neovim
|
||||
nettle
|
||||
nvm
|
||||
openjdk
|
||||
openssl@1.1
|
||||
p11-kit
|
||||
pango
|
||||
pcre2
|
||||
pixman
|
||||
pkg-config
|
||||
pyenv
|
||||
python@3.10
|
||||
python@3.11
|
||||
ranger
|
||||
readline
|
||||
ripgrep
|
||||
skhd
|
||||
sqlite
|
||||
starship
|
||||
texinfo
|
||||
tmux
|
||||
tree
|
||||
tree-sitter
|
||||
tty-clock
|
||||
unbound
|
||||
unibilium
|
||||
utf8proc
|
||||
xorgproto
|
||||
xz
|
||||
zlib
|
||||
zsh-vi-mode
|
||||
zstd
|
6
.scripts/utils/ssh-keygen.sh
Normal file
6
.scripts/utils/ssh-keygen.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo -e "\n\n\n" | ssh-keygen -t ed25519 -C "ajeniski4@gmail.com"
|
||||
echo "printing generated pub file:"
|
||||
cat ~/.ssh/id_ed25519.pub
|
||||
|
Loading…
x
Reference in New Issue
Block a user