bases:
This commit is contained in:
parent
45f668be72
commit
cc333d932b
@ -3,6 +3,6 @@ alias dots='cd ~/code/dotfiles/'
|
||||
alias fuckingip="curl https://wtfismyip.com/json"
|
||||
alias g='git'
|
||||
alias gp='git push -u'
|
||||
alias ls="exa -lhFgxUm --git --time-style long-iso --group-directories-first"
|
||||
alias ls="exa -lhgxUm --git --time-style long-iso --group-directories-first"
|
||||
alias vimini="vim ~/.config/nvim/init.vim"
|
||||
alias vim=nvim
|
||||
|
2
home/shell_base
Normal file
2
home/shell_base
Normal file
@ -0,0 +1,2 @@
|
||||
source /home/tyrel/.shell_aliases
|
||||
source /home/tyrel/.shell_funcs
|
9
justfile
9
justfile
@ -31,10 +31,12 @@ symlinks:
|
||||
ln -s {{PWD}}/home/config/nvim /home/{{USER}}/.config/nvim
|
||||
ln -s {{PWD}}/home/bin /home/{{USER}}/bin
|
||||
ln -s {{PWD}}/home/gitconfig /home/{{USER}}/.gitconfig
|
||||
ln -s {{PWD}}/home/shell_base /home/{{USER}}/.shell_base
|
||||
ln -s {{PWD}}/home/shell_aliases /home/{{USER}}/.shell_aliases
|
||||
ln -s {{PWD}}/home/shell_funcs /home/{{USER}}/.shell_funcs
|
||||
echo "source ~/.shell_base" >> ~/.bashrc
|
||||
|
||||
debian:
|
||||
debian: rust pyenv symlinks
|
||||
sudo apt-get install software-properties-common
|
||||
sudo add-apt-repository -y ppa:neovim-ppa/unstable
|
||||
sudo apt update
|
||||
@ -42,5 +44,6 @@ debian:
|
||||
sudo apt-get install -y build-essential zlib1g-dev libffi-dev libssl-dev libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev
|
||||
sudo apt-get install -y git-lfs
|
||||
|
||||
arch:
|
||||
sudo pacman -S git git-lfs ctags rofi terminator tint2 tree-sitter unzip cpan base-devel
|
||||
arch: rust pyenv symlinks
|
||||
sudo pacman -S git git-lfs ctags rofi terminator tint2 tree-sitter unzip cpan base-devel bat exa
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user