15 lines
		
	
	
		
			564 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			564 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
mkdir -p ~/.config/ranger/
 | 
						|
mkdir -p ~/.config/fish
 | 
						|
cp rangerrc.conf ~/.config/ranger/rc.conf
 | 
						|
cp rifle.conf ~/.config/ranger/rifle.conf
 | 
						|
cp tmux.conf ~/.tmux.conf
 | 
						|
cp Xinitrc ~/.xinitrc
 | 
						|
#cp scope.sh ~/.config/ranger/scope.sh
 | 
						|
#ln -s /home/yorune/MEGA/Systems/Gentoo/configs/config.fish ~/.config.fish
 | 
						|
#ln -s /home/yorune/MEGA/Systems/Gentoo/configs/config.fish /home/yorune/.config/fish/config.fish 
 | 
						|
#curl -L https://get.oh-my.fish | fish
 | 
						|
#curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
 | 
						|
#fish
 | 
						|
#fisher add jethrokuan/fzf
 |