mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Minor removals
This commit is contained in:
parent
8784526b01
commit
5e3531402c
@ -60,12 +60,10 @@ alias yta="youtube-dl -xic"
|
||||
alias webedit="ssh -l lukesmith -p 2222 lukesmith.xyz"
|
||||
alias web="ssh -l lukesmith -p 2222 lukesmith.xyz"
|
||||
alias desk="ssh -l luke -p 22 10.193.0.46"
|
||||
serversend() { rsync -avr --rsh='ssh -p2222' $1 lukesmith@lukesmith.xyz:/home1/lukesmith/public_html ;}
|
||||
serversend() { rsync -avr --rsh='ssh -p2222' $1 YOURNAME@YOURSERVER.xyz ;}
|
||||
alias ein="ssh -l einchan -p 22 104.238.215.7"
|
||||
alias starwars="telnet towel.blinkenlights.nl"
|
||||
|
||||
alias rcsync="rsync -avr --rsh='ssh -p2222' .bashrc .vimrc .Xdefaults .tmux.conf .muttrc .bash_profile .vim .w3m .moc lukesmith@lukesmith.xyz:/home1/lukesmith/config"
|
||||
|
||||
alias newnet="sudo systemctl restart NetworkManager"
|
||||
alias atltime="sudo timedatectl set-timezone America/New_York && i3 restart"
|
||||
alias tuctime="sudo timedatectl set-timezone America/Phoenix && i3 restart"
|
||||
@ -91,16 +89,6 @@ folder() { echo -e "$1\t$2" >> ~/.config/Scripts/folders && i3 restart ;}
|
||||
weath() { curl wttr.in/$1 ;}
|
||||
alias work="mkdir ~/Work && cd ~/Work"
|
||||
|
||||
|
||||
longterm() { rsync -avr --rsh='ssh -p2222' $1 lukesmith@lukesmith.xyz:/home1/lukesmith/public_html/longterm ;}
|
||||
sendmine() { rsync -avr --rsh='ssh -p2222' $1 lukesmith@lukesmith.xyz:/home1/lukesmith/public_html/mine ;}
|
||||
|
||||
alias test='~/.config/bumblebee-status/bumblebee-status -m pasink pasource battery nic pacman disk datetime -p disk.path=/home datetime.format="%a, %b %d, %Y at %I:%M %p" -t kulade'
|
||||
|
||||
getlt() { wget http://lukesmith.xyz/longterm/$1 ;}
|
||||
getmine() { wget http://lukesmith.xyz/mine/$1 --user=lukesmith --ask-password ;}
|
||||
|
||||
memefind() { find ~/Pictures/Memes/ -iname "*$1*" ;}
|
||||
CF() { cd ~/.config/$1 && ls ;}
|
||||
|
||||
alias now="vim ~/Documents/Phonology/squib1.tex"
|
||||
@ -121,7 +109,6 @@ alias mailsync="bash ~/.config/Scripts/mailsyncloop.sh"
|
||||
|
||||
alias wifispeed="speedometer -r wlp2s0"
|
||||
|
||||
alias trigger="bash ~/Creations/Scripts/trigger.sh"
|
||||
|
||||
alias bbs="python ~/.config/i3/bar/bumblebee-status"
|
||||
|
||||
@ -131,9 +118,5 @@ alias servs="ls /etc/sv"
|
||||
|
||||
alias debase="sudo umount /home/Shared/Videos"
|
||||
|
||||
alias makemine="sudo chown -R luke:luke /home/luke/Downloads/*"
|
||||
|
||||
serven() { sudo ln -s /etc/sv/$1 /var/service/ ;}
|
||||
servdis() { sudo rm /var/service/$1 ;}
|
||||
|
||||
aurinstall() { curl -O https://aur.archlinux.org/cgit/aur.git/snapshot/$1.tar.gz && tar -xvzf $1.tar.gz && cd $1 && makepkg --noconfirm -si && cd .. && rm -rf $1 $1.tar.gz ;}
|
||||
|
||||
@ -21,5 +21,7 @@ These are the files to my Void Linux Rice.
|
||||
|
||||
## Differences from my Arch and Parabola Rices
|
||||
|
||||
+ **Since Void is more or less my main distro now, this repo is more likely to get updates over time.** The Arch and Parabola repos may get some, changes, but will remain mostly the same.
|
||||
+ Void uses a different pacakge manager and init system than Arch/Parabola, thus some of the relevant shortcuts have been changed.
|
||||
+ This rice uses ALSA only, and **not** PulseAudio. This makes for a more minimal system, but there is some functionality of the Parabola rice not present here yet, specifically, I don't have a way of recording system sounds yet, or using music visualizers. If you have more experience than me in getting these to work, please email me your solution! [luke@lukesmith.xyz](mailto:lukesmith.xyz)
|
||||
+ I use only Firefox on my Void Machine, not qutebrowser, so there are no qutebrowser configs here.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user